Tell me the scenario,Where we can use interfaces or
Abstract class.And What is the difference between
interfaces and abstract class?
Answer Posted / aaa
there is not interface and abstrcat keyword in C++.
but in CLR and Java
| Is This Answer Correct ? | 6 Yes | 15 No |
Post New Answer View All Answers
What do you mean by overloading?
What is encapsulation in oops?
What is object-oriented programming? Webopedia definition
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
How do you explain polymorphism?
What is polymorphism and example?
Can abstract class have normal methods?
What is a class oop?
What is abstract class in oop?
What is the difference between a constructor and a destructor?
What is class and object in oops?
What is meant by oops concept?
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
#include
What is oops concept with example?