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
What are the three main types of variables?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
What are the types of abstraction?
What does it mean when someone says I oop?
What is data binding in oops?
What is constructor in oop?
Whats is abstraction in oops?
What is an example of genetic polymorphism?
What is object-oriented programming? Webopedia definition
Can you inherit a private class?
What type of loop is a for loop?
Why is abstraction used?
What is object and example?
What is the difference between encapsulation and polymorphism?
write a program to find 2^n+1 ?