Describe what an Interface is and how it?s different from a
Class.
Answer Posted / kalaivani
interface is define as the declaration part of the function.
interface is differ from the class by class can access the
interface but interface cannot access the class
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
Is react oop?
What are the three parts of a simple empty class?
What is use of overloading?
What is encapsulation oop?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
What is class in oop with example?
What are benefits of oop?
Can we define a class within the interface?
What does sksksk mean in text slang?
What is abstraction in oops?
What is basic concept of oop?
Explain the advantages of inheritance.
Why is there no multiple inheritance?
What is polymorphism and why is it important?
What are functions in oop?