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 |
why in java first invoke public static void main(String args[]) method????Why not public static void method1(String args[])??
How to reverse a sentence in c program ex: ram is a good boy answer: boy good a is ram
When a private constructer is being inherited from one class to another class and when the object is instantiated is the space reserved for this private variable in the memory??
WHEN A COPY CONSTER IS CALL ?
what about you? wahat is your object? introduce your self?
1 Answers Ajmal Perfumes, TCS,
What is variable example?
4. What do you mean by a prototype? Define analysis prototype
What is oops and its features?
what uses of c++ language?
What is abstraction example?
What does oop mean in snapchat?
should we use linear search or binary search if elements are placed in random order or mixed?in both cases? i need a little bit detail ans?thnks