Please tell me the oops concept with detailed answer
Answer Posted / sree
oops s a object oriented programing language.....
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is super in oop?
What is encapsulation with example?
What is object and example?
What is multilevel inheritance?
What type of loop is a for loop?
write a programe to calculate the simple intrest and compund intrest using by function overlading
Why do while loop is used?
Can you explain polymorphism?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
What is interface in oop?
What is inheritance write a program to show use of inheritance?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
Explain the concepts involved in Object Oriented programming.
Why do we need oop?