What makes a language oop?
No Answer is Posted For this Question
Be the First to Post Answer
How to hide the base class functionality in Inheritance?
What is an interface in oop?
Petrol pump mgt. system: To design a program that display an interface for the sale of the Petrol and then make the entries at the backend in the database.
What is polymorphism what are the different types of polymorphism?
What is static modifier?
//what is wrong with the programme?? #include<iostream.h> template <class first> class dd { first i; public: void set(); void print(); }; void dd< first>:: set() { cin>>i; } void dd< first>::print() { cout<<"\n"<<i; } void main() { dd <char>g; g.set(); g.print(); }
what is object slicing?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
can we make a class static without using static keyword?
What is multilevel inheritance in oop?
What is polymorphism and its types?
What does oop mean in snapchat?