what is the main difference between c and c++?
Answer Posted / gobalsamy
C++ support operator overloading but c doesn't
support
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Whats oop mean?
What is a class in oop?
What is the main purpose of inheritance law?
What is the problem with multiple inheritance?
What is abstraction in oop?
Explain the concepts involved in Object Oriented programming.
How is polymorphism achieved?
What is destructor in oop?
Write a c++ program to display pass and fail for three student using static member function
State what is encapsulation and friend function?
Can you inherit a private class?
class type to basic type conversion
What is abstraction in oops with example?
What is an example of genetic polymorphism?
Is enum a class?