what is the difference between class and structure in C++?
Answer Posted / naveen tuteja
A structure can't contain the static ans constant variable
but a class can contain both.
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
What are the 3 principles of oop?
What are the advantages of polymorphism?
What is super in oop?
What are the benefits of interface?
what type of question are asked in thoughtworks pair programming round ?
Can a destructor be called directly?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
Is this job good for future? can do this job post grduate student?
Why is abstraction needed?
What is class encapsulation?
What is overriding in oop?
What is static in oop?
What is overriding vs overloading?
Can enum be null?