what is the main difference between c and c++?
Answer Posted / sardhar
nothing only ++ is diffrent
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Can a destructor be called directly?
What are the features of oop?
What is overloading in oop?
What is protected in oop?
What does and I oop mean?
Which type does string inherit from?
What is difference between inheritance and polymorphism?
What is the difference between inheritance and polymorphism?
What is the important feature of inheritance?
What is class and object with example?
What are the 3 pillars of oop?
What is encapsulation oop?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
What do you mean by variable?
Can we create object of interface?