What are the OOPS concepts?
Answer Posted / nivedha
oops means object oriented programming language.it has many
operation such as
encapsulation,polymorphism,class,inheritance,objects,etc.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the advantage of oop over procedural language?
What is interface? When and where is it used?
What is the difference between static polymorphism and dynamic polymorphism?
What is the example of polymorphism?
#include
What is abstraction in oops with example?
what is different between oops and c++
What is polymorphism and why is it important?
What is polymorphism programming?
What is difference between oop and pop?
Why do we need oop?
What is super in oop?
What do you mean by overloading?
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.
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }