What is the expansion of OOPS?

Answer Posted / sabu

object oriented programming scenario

Is This Answer Correct ?    4 Yes 18 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

When not to use object oriented programming?

572


What is the important feature of inheritance?

637


Is data hiding and abstraction same?

572


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.

1795


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.

635






What is oops concept with example?

582


What exactly is polymorphism?

612


What are the important components of cohesion?

557


What is overloading in oop?

578


Can a varargs method be overloaded?

619


What are two types of polymorphism?

615


What are the data types in oop?

609


What is protected in oop?

605


What is coupling in oop?

601


Why do we use inheritance?

630