employer cover photo

Priyadarshini Engineering College

Is this your company?

Priyadarshini Engineering College interview question

What is Abstract class in C++?

Interview Answer

Anonymous

Oct 20, 2021

Abstract class is a class that doesn't have any direct instances but has indirect instances. The class Abstract does not a body where as its sub classes can have instances .