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
What do you mean by public protected and private in c++?
When should you use global variables?
What is stream and its types in c++?
Can non graphic characters be used and processed in C++?
What function initalizes variables in a class: a) Destructor b) Constitutor c) Constructor
Difference between class and structure.
Why c++ is called oop?
Why is c++ is better than c?
Write an algorithm that determines whether or not an almost complete binary tree is a heap.
What is ios class in c++?
What does std mean in c++?
What is an overflow error?
What are the stages in the development cycle?
How does c++ structure differ from c++ class?
How can I disable the "echo" feature?