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

what is C++ objects?

0 Answers  


Can you write a function similar to printf()?

0 Answers  


Why are pointers used?

0 Answers  


Eplain extern keyword?

0 Answers  


What is namespace & why it is used in c++?

0 Answers  


Is java a c++?

0 Answers  


Is arr and &arr are same expression for an array?

0 Answers  


How do you establish an is-a relationship?

0 Answers  


What are the differences between java and c++?

0 Answers  


How do you define a class in c++?

0 Answers  


Why do you use the namespace feature?

0 Answers  


What is a namespace in c++?

3 Answers  


Categories