Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is a protocol class?



What is a protocol class?..

Answer / 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

More C++ General Interview Questions

5. Can inline functions have a recursion?

4 Answers  


What are shallow and deep copies?

0 Answers  


Describe linkages and types of linkages?

0 Answers  


What is class invariant in c++?

0 Answers  


What is #include cmath?

0 Answers  


Why cout is used in c++?

0 Answers  


What is const pointer and const reference?

0 Answers  


What is flush programming?

0 Answers  


Why #include is used?

0 Answers  


How new/delete differs from malloc()/free?

0 Answers  


When does the c++ compiler create temporary variables?

0 Answers  


What is wrapper class in c++?

0 Answers  


Categories