Creating Objects
Once a class is created, next you should create
an object or instance of that class. The process of creating object is called
as “Class Instantiation”.
Syntax:
Object_name = class_name( )
Note that the class instantiation uses function
notation ie. class_name with
Related Topics
Privacy Policy, Terms and Conditions, DMCA Policy and Compliant
Copyright © 2018-2023 BrainKart.com; All Rights Reserved. Developed by Therithal info, Chennai.