Is html an oop?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More OOPS Interview Questions

What is class and example?

0 Answers  


What is variable example?

0 Answers  


What is abstraction with example?

0 Answers  


143.what is oops principles?

10 Answers  


How can you overcome the diamond problem in inheritance?

0 Answers   NIIT,






What is difference between data abstraction and encapsulation?

0 Answers  


can you give real time example for polymarphism

5 Answers   TCS,


//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(); }

1 Answers  


what is the need of abstraction? what is abstraction?what is the abstraction for stack?

8 Answers   CTS, Verizon,


What do we mean by a hidden argument in C++?

1 Answers  


write a program to find 2^n+1 ?

0 Answers   CTS,


What are the four main oops concepts?

1 Answers  


Categories