Answer Posted / hrpynux@gmail.com
An abstract class is a template definition of methods and variables of a class (category of objects) that contains one or more abstracted methods. ... Declaring a class as abstract means that it cannot be directly instantiated, which means that an object cannot be created from it.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Define pure virtual function?
What is wrapper class in c++?
You run a shell on unix system. How would you tell which shell are you running?
Which programming language should I learn first?
Define 'std'.
What is pointer to array in c++?
What is oops in c++?
State what is encapsulation and friend function?
Tell me difference between constant pointer and pointer to a constant.
class type to basic type conversion
write a porgram in c++ that reads an integer and print the biggest digit in the number
Templates mean
Difference between delete and free.
What does 7/9*9 equal ? a) 1 b) 0.08642 c) 0
What are the stages in the development cycle?