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
State what is encapsulation and friend function?
How do you achieve runtime polymorphism?
Explain the concepts involved in Object Oriented programming.
What is overriding in oops?
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
c++ program to swap the objects of two different classes
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 makes a language oop?
What is destructor in oop?
What is polymorphism and types?
What is the real time example of inheritance?
What does <> mean pseudocode?
What is abstract class in oops?
Why is there no multiple inheritance?
Can main method override?