What are the OOPS concepts?
Answer Posted / satheeshkumar
1.Class & Objects
2.Data Encapsulation
3.Data Abstraction
4.Inheritance
5.Polymorphism
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
2. Give the different notations for the class.\
Can destructor be overloaded?
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
What is class and object with example?
How long to learn object oriented programming?
What is difference between abstraction and encapsulation?
How oops is better than procedural?
What is data binding in oops?
What is polymorphism programming?
Why multiple inheritance is not possible?
What is class and example?
What is abstract class in oops?
What is pointer in oop?
What is advantage of inheritance?
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?