what is the main difference between c and c++?
Answer Posted / viji
C is the main of the came for c++,java.It is must important
to the c.C is doesn't support overloding.But c++ support
overloading.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
Is oop better than procedural?
What is coupling in oop?
Why it is called runtime polymorphism?
class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash
Is abstract thinking intelligence?
Can you explain polymorphism?
How do you use inheritance in unity?
#include
• What are the desirable attributes for memory managment?
What is persistence in oop?
which feature are not hold visual basic of oop?
What is oops and its features?
What is multilevel inheritance?
What does no cap mean?