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 an orthogonal base class?
What does <> mean pseudocode?
what is overloading and overriding?
When you define a integer it gets stored in which data structure?(Stack or a heap)
4. What do you mean by a prototype? Define analysis prototype
what is static?
create a c++ program that will accepts 9 inputs using 3 by 3 array.
How is exception handling carried out in c++?
What is coupling in oop?
what is the difference between <stdio.h>and "stdio.h"?
Which language is not a true object oriented programming language?
What is a unary operator?