What is Abstact Class?
Ans: The Classes whose object cant be created is called
Abstract Class.These classes are just used for Inheritance.if we create any pure Virtual function in class then it becomes an
Abstract Class.if we dont overide the pure virtual function in Derived class then it becomes Abstract class.
0 comments:
Post a Comment