Please tell me the oops concept with detailed answer
Answer Posted / afrina
oops concept:
class,object,data abstraction,data encapsulation,inheritance
and polymorphism.....
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
What exactly is polymorphism?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
What is abstraction with example?
What is static in oop?
which feature are not hold visual basic of oop?
Can private class be inherited?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
Why do pointers exist?
What is the difference between procedural programming and oops?
what is different between oops and c++
What are different oops concepts?
What is the renewal class?
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 the difference between a constructor and a destructor?
What is multilevel inheritance?