What is solid in oops?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More OOPS Interview Questions

Can an interface inherit a class?

0 Answers  


What is multiple inheritance ?

17 Answers   Blue Star, C DAC, CDAC, Impetus, Ness Technologies, Softvision Solution,


What do you mean by inline function?

6 Answers  


c++ is a purely oop concept?

3 Answers   Google, TCS,


Why it is called runtime polymorphism?

0 Answers  






what are the different types of qualifier in java?

0 Answers   TCS,


what is data hiding.

3 Answers   Wipro,


What are the 3 principles of oop?

0 Answers  


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.

0 Answers  


When is it necessary to use member-wise initialization list in C++?

2 Answers   Adobe,


What is the correct syntax for inheritance? 1) class aclass : public superclass 2) class aclass inherit superclass 3) class aclass <-superclass

6 Answers   Wipro,


What is the difference between encapsulation and polymorphism?

0 Answers  


Categories