Why is abstraction used?
No Answer is Posted For this Question
Be the First to Post Answer
explain sub-type and sub class? atleast u have differ it into 4 points?
What is polymorphism and example?
Get me an image implementation program.
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.
4. What do you mean by a prototype? Define analysis prototype
What is data binding in oops?
What is encapsulation in ict?
How would you stop a class from class from being derived or inherited.
Plese get me a perfect C++ program for railway/airway reservation with all details.
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
What is polymorphism oop?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction