Explain the difference between abstract class and interface in c++?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

describe private access specifiers?

0 Answers  


Adobe Interview & Adobe Placement Paper

1 Answers   Adobe,


Do class declarations end with a semicolon?

0 Answers  


What is c++ map?

0 Answers  


class basex { int x; public: void setx(int y) {x=y;} }; class derived : basex {}; What is the access level for the member function "setx" in the class "derived" above? a) private b) local c) global d) public e) protected

3 Answers   Quark,


What function initalizes variables in a class: a) Destructor b) Constitutor c) Constructor

0 Answers  


How the keyword struct is different from the keyword class in c++?

0 Answers  


Are c and c++ similar?

0 Answers  


Is c++ proprietary?

0 Answers  


What are the advantages of using a pointer?

0 Answers  


How would you stop a class from class from being derived or inherited?The constructer should not be Private,as object instantiation should be allowed.

15 Answers   Satyam,


What is a Default constructor?

1 Answers  


Categories