Where is pseudocode used?
No Answer is Posted For this Question
Be the First to Post Answer
Difference ways of Polymorphism?
design class for linked list and include constructor,destructor,insert option. struct node { int node; struct node &ptr; }
Why multiple inheritance is not allowed?
what is the new version of oops
Give two or more real cenario of virtual function and vertual object
what is new operator in c++
Why do we use polymorphism in oops?
what is multithreading in c++ , what is difference between multithreading and singlethreading.
what is function overloading..?
What is abstract class in oops?
Name a typical usage of polymorphism
What is the significance of classes in oop?