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

Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);

618


What is microsoft c++ redistributable 2013?

577


Is swift a good first language?

591


What is the size of integer variable?

596


Is string an object in c++?

659






Why cstdlib is used in c++?

585


Explain the difference between c & c++?

592


How do you flush std cout?

575


List the features of oops in c++?

578


Can user-defined object be declared as static data member of another class?

556


Can I make ios apps with c++?

562


Can you help me with this one? Make a program that when a user inputed a Product Name, it will display its price, and when the user inputed the quantity of the inputed product, it will show its total price. The output must be like this: Product Name: Price: Quantity: Total Price: ..this is the list of products to be inputed: Cellphone - 1500 Washing Machine - 5200 Television - 6000 Refrigirator - 8000 Oven - 2000 Computer - 11000 thanks..:D

3064


What is jump statement in C++?

619


What is the difference between prefix and postfix versions of operator++()?

597


Can I learn c++ in a week?

583