what is the main difference between c and c++?
Answer Posted / vignesh
Anish is a psycho....
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What are two types of polymorphism?
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.
program for insertion ,deletion,sorting in double link list
Why is static class not inherited?
write knight tour problem which is present in datastructure
Write a program to reverse a string using recursive function?
What is this pointer in oop?
How does polymorphism work?
Which language is pure oop?
Which method cannot be overridden?
What is the importance of oop?
How do you define a class in oop?
why reinterpret cast is considered dangerous?
c++ program to swap the objects of two different classes
How can you overcome the diamond problem in inheritance?