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 is function overloading..?
i had specified the access specifier for abstarct class member like (pure virtual function) as private.But it can be accessed by the derived class.How the private member of one class is accessed by other class.if any body face this problem and found the solution plz reply to me.
What is the difference between encapsulation and polymorphism?
what is polymorphism?
what is difference between objects and function
What is abstrac class?where is it use?
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
What are properties in oop?
what is the difference between a package and a software?
Why multiple inheritance is not possible?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
What is cohesion in oop?