Answer Posted / suddapally.chinny
the main concepts in OOP are:
*DATA ABSTRACTION
*DATA ENCAPSULATION
*POLYMORPHISM
*INHERITANCE
| Is This Answer Correct ? | 19 Yes | 1 No |
Post New Answer View All Answers
What are different oops concepts?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
What is constructor in oop?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
What is polymorphism and its types?
write knight tour problem which is present in datastructure
Question: Implement a base class Appointment and derived classes Onetime, Daily, Weekly, and Monthly. An appointment has a description (for example, “see the dentist”) and a date and time. Write a virtual function occurs_on(int year, int month, int day) that checks whether the appointment occurs on that date. For example, for a monthly appointment, you must check whether the day of the month matches. Then fill a vector of Appointment* with a mixture of appointments. Have the user enter a date and print out all appointments that happen on that date.
What is the importance of oop?
What is a class in oop?
What is encapsulation in oop?
What is and I oop mean?
What is a null tree?
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 is encapsulation with example?
What are the features of oop?