Describe what an Interface is and how it?s different from a
Class.
Answer Posted / priaynk
Interface is an idea about the functionalities provided.
class will define the rules for that idea
object is the real entity which takes it into reality.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is class and example?
What are properties in oop?
What is the difference between a mixin and inheritance?
What is difference between multiple inheritance and multilevel inheritance?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
What is overloading and its types?
How do you achieve polymorphism?
What is polymorphism and types?
What is encapsulation and abstraction? How are they implemented in C++?
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.
What is the advantage of oop over procedural language?
Why do we need oop?
How does polymorphism work?
What is the main feature of oop?
What is polymorphism in oop example?