Answer Posted / harendra pal
An abstract class is a protocol class if:
it neither contains nor inherits from classes that contain member data, non-virtual functions, or private (or protected) members of any kind.
it has a non-inline virtual destructor defined with an empty implementation,
all member functions other than the destructor including inherited functions, are declared pure virtual functions and left undefined.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
which of the following is not an secondary constant a) array b) real c) union
what are the characteristics of Class Members in C++?
What is the full form of ios?
What is the outcome of cout< a) 16 b) 17 c) 16.5
What do you mean by late binding?
What is constructor and destructor in c++?
What is the difference between a template and a macro?
What are compilers in c++?
What are the five basic elements of a c++ program?
What is pointer to member?
Is c++ harder than java?
Describe the advantages of operator overloading?
What is a driver program?
Which operator cannot be overloaded c++?
Difference between inline functions and macros?