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 the identity function in c++? How is it useful?

1095


Explain one-definition rule (odr).

1170


What is the use of endl in c++?

1062


Is c++ high level programming language?

1179


What is runtime errors c++?

1165


Can you please explain the difference between static and dynamic binding of functions?

1069


What does count ++ do in c++?

1253


What are associate containers?

1096


If dog is a friend of boy, is boy a friend of dog?

1047


Explain about templates of C++.

1197


Write a Program for find and replace a character in a string.

1127


What should main() return in c and c++?

1072


what are the decision making statements in C++? Explain if statement with an example?

1142


Can you overload the operator+ for short integers?

1084


Differentiate between late binding and early binding. What are the advantages of early binding?

1078