When is a memory allocated to a class?
Answers were Sorted based on User's Feedback
Answer / pushpankar mishra
i woould like to clear one thing that object and instance
are two sligthly differnt things
int a; // 'a 'is instance
a=20;//'a' is a object
eg:object+instance
|
int a=20// object + instance;;
Is This Answer Correct ? | 3 Yes | 4 No |
What are the benefits of oop?
What do you mean by overloading?
Explain the advantages of inheritance.
What is friend function?
why reinterpret cast is considered dangerous?
There are 2 empty jars of 5 and 3 liters capacity. And a river is flowing besides. I want to measure 4 liters of wanter using these 2 jars. How do you do this?
what is an qt4 interface?
What is an object?
Can bst contain duplicates?
What do you mean by public, private, protected and friendly?
How Do you Code Composition and Aggregation in C++ ?
What is use of overloading?