- 1
- 2
- 3
- …
- 20
- Next Page »
A Learning Portal from Recruitment India
What is the ability to group some lines of code that can be included in the program?
specific task
modularization
program control
macros
Answer with explanation
Answer: Option BExplanation
Modularization is also similar to macros but it is used to build large projects.
Workspace
What does derived class does not inherit from the base class?
constructor and destructor
friends
operator = () members
all of the mentioned
Answer with explanation
Answer: Option DExplanation
The derived class inherit everything from the base class except the given things.
Workspace