Showing posts with label Object oriented programming. Show all posts
Showing posts with label Object oriented programming. Show all posts

Passing Objects to Functions

Passing Objects to Functions CONCEPT  Class objects may be passed as arguments to functions. EXPLANATION As we know how to ...
Read More

Default Constructor

Default Constructor CONCEPT  Default Constructor is also called as Empty Constructor which has no arguments and It  is Automatical...
Read More