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
How can you overcome the diamond problem in inheritance?
What is object and class in oops?
Why do we need polymorphism in c#?
Can a destructor be called directly?
What is the difference between a constructor and a destructor?
Can a varargs method be overloaded?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
Which language is not a true object oriented programming language?
What is balance factor?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
What is methods in oop?
What is an advantage of polymorphism?
What is the real time example of inheritance?
What is difference between inheritance and polymorphism?
What is abstraction in oop?