Answer Posted / guest
pure virtual function is one which has no definition but
only declaration. This is defined in base class. The
instance of such base class can not be created
| Is This Answer Correct ? | 24 Yes | 3 No |
Post New Answer View All Answers
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
Can we create object of interface?
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
How to improve object oriented design skills?
What is abstract class in oops?
What is polymorphism explain?
Write a program to sort the number with different sorts in one program ??
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.
What is difference between abstraction and encapsulation?
What is encapsulation in simple terms?
What is polymorphism give a real life example?
what's the basic's in dot net
What is oops and why we use oops?
What are the benefits of polymorphism?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)