What are the OOPS concepts?
Answer Posted / mithu
1.class
2.object
3.inhritance
4.polymorphism
5.encapsulation
6.message passing
7.dynamic binding
8.data abstraction
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why do while loop is used?
Why do we need oop?
Can we have inheritance without polymorphism?
Why do we use encapsulation in oops?
What are main features of oop?
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
What are the components of marker interface?
What does and I oop mean in text?
what is difference between class template and template class?
What is meant by multiple inheritance?
Is html an oop?
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?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
write a programe to calculate the simple intrest and compund intrest using by function overlading
What is ambiguity in inheritance?