What is the differances between a abstract calss and
interface
Answer Posted / abhijit
Abstract base classes can have data members but not interfaces.
Abstract base classes have private access specifier by
default while that of interfaces is public
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is polymorphism oop?
Why do while loop is used?
Why do we use encapsulation in oops?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
What is encapsulation in oops?
write a programe to calculate the simple intrest and compund intrest using by function overlading
What is a null tree?
i got a backdoor offer in process global,Bangalore..Can i work with it?
What does I oop mean?
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
What is the important feature of inheritance?
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
What is the types of inheritance?
What is the difference between a constructor and a destructor?
Write a program to sort the number with different sorts in one program ??