What is Object Oriented programming.what is the difference
between C++ and C?
Answer Posted / techmaniac
in c by default structure mem is private while in c++ is public
| Is This Answer Correct ? | 3 Yes | 13 No |
Post New Answer View All Answers
Explain the benefits of proper inheritance.
What do you understand by a pure virtual member function?
Can you explicitly call a destructor on a local variable?
Explain the difference between class and struct in c++?
Explain virtual class?
Why is main an int?
How to declare a function pointer?
What is virtual function? Explain with an example
Describe private, protected and public?
What is the extraction operator and what does it do?
What are the advantages of c++?
What is time h in c++?
Write a program which uses functions like strcmp(), strcpy()? etc
Difference between delete and free.
Difference between a homogeneous and a heterogeneous container