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 node class?



What is a node class?..

Answer / beena

A node class is a class that,
 relies on the base class for services and implementation,
 provides a wider interface to te users than its base class,
 relies primarily on virtual functions in its public interface
 depends on all its direct and indirect base class
 can be understood only in the context of the base class
 can be used as base for further derivation
 can be used to create objects.

A node class is a class that has added new services or functionality beyond the services inherited from its base class.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

Is c++ a high level language?

0 Answers  


How do I use arrays in c++?

0 Answers  


what is data encapsulation in C++?

0 Answers  


What's the order in which the local objects are destructed?

0 Answers  


What is prototype in c++ with example?

0 Answers  


Is map ordered c++?

0 Answers  


Can a Structure contain a Pointer to itself?

0 Answers  


How does work in c++?

0 Answers  


What is the use of volatile keyword in c++? Give an example.

1 Answers  


What is ostream in c++?

0 Answers  


Describe run-time type identification?

1 Answers  


Define the process of handling in case of destructor failure?

0 Answers  


Categories