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
hi, this is raju,iam studying b.tech 2nd year,iam want know about group1 and group2 details, and we can studying without going to any instutions? please help me.
Why oops is important?
What is inheritance in oop?
How do you explain polymorphism?
program for insertion ,deletion,sorting in double link list
class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
2. Give the different notations for the class.\
what is different between oops and c++
What is polymorphism and example?
What is the difference between static polymorphism and dynamic polymorphism?
class type to basic type conversion
how to get the oracle certification? send me the answer
Get me an image implementation program.
What is polymorphism used for?