What is the real time example of inheritance?
No Answer is Posted For this Question
Be the First to Post Answer
How would you stop a class from class from being derived or inherited.
What is conditional Compilation?
how do u initialize the constant variables
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
what is a virtual class?
5 Answers Cap Gemini, IBM, Infosys, Trinity Technologies,
What is object in oop?
What is OOPS and How it is different from Procedural Programming ?
23 Answers HP, Infosys, Thyrocare,
What is the use of fflush(stdin) in c++?
What is the default size allocated for array in the statement if size not specified " int a[] "
What will happen when the following code is run: int x; while(x<100) { cout<<x; x++; } 1) The computer will output "0123...99" 2) The computer will output "0123...100" 3) The output is undefined
can main method be overloaded...??? How..????
What is the purpose of enum?