What is an abstract class?

Answer Posted / vikas

Note that even if the destuctor is pure virtual, the class
would become abstract.

Vikas
http://www.cppquestions.com/

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What information can an exception contain?

665


When do we run a shell in the unix system? How will you tell which shell you are running?

552


Which operations are permitted on pointers?

566


What are the various access specifiers in c++?

596


How many human genes are polymorphic?

568






Explain about Searching and sorting algorithms with complexities

557


How the virtual functions maintain the call up?

606


Write a program to find the Factorial of a number

568


Why do we need c++?

593


assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).

1662


Is python written in c or c++?

614


How can you differentiate between inheritance and implementation in c++?

640


What is the use of setprecision in c++?

540


Write a program using display() function which takes two arguments.

609


Write a program to find the Fibonacci series recursively.

601