What is the differances between a abstract calss and
interface

Answer Posted / rck

Abstract class is the class which may contain pure virtual
functions as well as normal functions where as interface
may only contain pure virtual functions.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is encapsulation example?

549


What is the difference between encapsulation and polymorphism?

596


What is difference between multiple inheritance and multilevel inheritance?

603


what are the ways in which a constructors can be called?

1583


What is oops and why we use oops?

573






Is react oop?

611


Write a program to compute for numeric grades for a course. The course records are in a file that will serve as the input file. The input file is in exactly the following format: Each line contains a student's first name, then one space, then ten quiz scores all on one line. The quiz scores are in whole number and are separated by one space. Your program will take it input from this file and sends it output to a second file. The data in the output file will be exactly the same as the data in the input file except that there will be one additional number (of type double) at the end of each line. This number will be the average of the student's ten quiz scores. Use at least one function that has file streams as all or some of its arguments.

2576


Plese get me a perfect C++ program for railway/airway reservation with all details.

3429


What is property in oops?

569


What is constructor overloading in oop?

607


What is data binding in oops?

588


What is difference between class and object with example?

564


Prepare me a program for the animation of train

2000


Can an interface inherit a class?

563


What is an interface in oop?

595