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?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is data binding in c++?

902


Define the operators that can be used with a pointer.

993


What are structs in c++?

967


What is the difference between function overloading and operator overloading?

1031


If a base class declares a function to be virtual, and a derived class does not use the term virtual when overriding that class, is it still virtual when inherited by a third-generation class?

985


Are strings mutable in c++?

1084


Why is c++ a mid-level programming language?

961


What is the best c++ book for beginners?

1087


What is the purpose of extern storage specifier?

1095


What is boyce codd normal form in c++?

1096


Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?

1194


Write about a nested class and mention its use?

1043


What are advantages of c++?

952


Differentiate between an external iterator and an internal iterator?

941


What is the difference between an external iterator and an internal iterator? Describe an advantage of the external iterator.

997