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
Which of the following is evaluated first: a) && b) || c) !
What are shallow and deep copies?
Explain Memory Allocation in C/C++ ?
Can we get the value of ios format flags?
How many types of classes are there in c++?
What information can an exception contain?
How can a struct in c++ differs from a struct in c?
What is the difference between an array and a list?
Are vectors passed by reference c++?
What are references in c++? What is a local reference?
What is helper in c++?
What is function overloading c++?
What are manipulators in c++ with example?
How does com provide language transparency?
What does new do in c++?