What is a node class?
Answer / 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 |
What C++ libraries are you proficient with?
Describe the main characteristics of static functions?
Is c++ primer good for beginners?
What do you know about friend class and friend function?
Generally variables are stored in heap memory. When he variables are created in stack?
In a function declaration what does extern means?
What is purpose of abstract class?
What does flush do?
Differentiate between the message and method in c++?
What are signs of manipulation?
Is c++ a software?
What does ios :: app do in c++?