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 |
explain dynamic binding by drowing
How is class defined?
What do you mean by variable?
What are the benefits of polymorphism?
Write a program to reverse a string using recursive function?
Templates mean
What does I oop mean?
What is inheritance write a program to show use of inheritance?
What is multiple inheritance ?
17 Answers Blue Star, C DAC, CDAC, Impetus, Ness Technologies, Softvision Solution,
whats the difference between c and c++
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
Write a program to find out the number of palindromes in a sentence.