Is html an oop?
No Answer is Posted For this Question
Be the First to Post Answer
What is class and example?
What is variable example?
What is abstraction with example?
143.what is oops principles?
How can you overcome the diamond problem in inheritance?
What is difference between data abstraction and encapsulation?
can you give real time example for polymarphism
//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 the need of abstraction? what is abstraction?what is the abstraction for stack?
What do we mean by a hidden argument in C++?
write a program to find 2^n+1 ?
What are the four main oops concepts?