what is the basic concept of c++(object oriented programing)
Answer Posted / nandkumar
As we are using classes in c++ we can share the data members
and member functions in other classes. Memory get
deallocated after the execution of program.
| Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
Write bites in Turbo c++ Header ("Include") Files.
What are exceptions c++?
How to demonstrate the use of a variable?
Where Malloc(), Calloc(), and realloc() does get memory?
If a round rectangle has straight edges and rounded corners, your roundrect class inherits both from rectangle and from circle, and they in turn both inherit from shape, how many shapes are created when you create a roundrect?
What is the main purpose of c++?
What is the difference between a type-specific template friend class and a general template friend class?
What do you mean by “this” pointer?
What is a forward referencing and when should it be used?
List down the guideline that should be followed while using friend function.
What is a storage class?
What is c++ used for in games?
List the issue that the auto_ptr object handles?
Is java the same as c++?
Differentiate between a pointer and a reference with respect to c++.