What is the diamond problem in inheritance?
No Answer is Posted For this Question
Be the First to Post Answer
How to reverse a sentence in c program ex: ram is a good boy answer: boy good a is ram
what type of questions
the difference between new and malloc
just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.
What is interface? When and where is it used?
design class for linked list and include constructor,destructor,insert option. node of form struct node { int data; struct node &ptr; }
What are the access specifiers avaible in c++?
what is object oriented programming and procedure oriented programming?
What is the important feature of inheritance?
Conversion from a basic type to a class type may be achieved using______________
What is virtual Function.
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.