what is the main difference between c and c++?
Answer Posted / rohit
C does not has ++ sign
while C++ has ++ sign....
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Can a destructor be called directly?
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 is the important feature of inheritance?
Which method cannot be overridden?
Advantage and disadvantage of routing in telecom sector
How does polymorphism work?
What does enum stand for?
What is inheritance write a program to show use of inheritance?
what is the drawback of classical methods in oops?
What is a class and object?
Can a varargs method be overloaded?
What is a class oop?
What is static in oop?
What type of loop is a for loop?
What is a function in oop?