what are abstract classes and how they impliment , with
example
Answer Posted / rdl
A class with atleast one pure virtual function is called
abstract class.It cant be instatiated.It can be used as a
base class for other classes. The class derived from an
abstract base class can be instantiated,provided it should
implement the abstract base class pure virtual function.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
How do you answer polymorphism?
What is class and object with example?
What is advantage of inheritance?
What is polymorphism and why is it important?
class type to basic type conversion
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’.
What is static modifier?
Why do while loop is used?
What are properties in oop?
What are the components of marker interface?
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< What is polymorphism in oops with example? explain sub-type and sub class?
atleast u have differ it into 4 points? What do you mean by overloading? #include