what is abstract class ?
when is used in real time ?
give a exp
Answer Posted / m arunachalam
Abstract Class is to hide the internal details of data....
And real time examples are car. Because if u can start the
car, but how to be start didn't know.. where as here
function of start should be hide to the user.......
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
How do you answer polymorphism?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
Plese get me a perfect C++ program for railway/airway reservation with all details.
What is methods in oop?
write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.
Why do pointers exist?
What is oops concept with example?
What is pointer in oop?
Why do we use oops?
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.
How does polymorphism work?
What is encapsulation in ict?
What is polymorphism and types?
What is basic concept of oop?
What is class and object with example?