What is class and object in oops?


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

Post New Answer

More OOPS Interview Questions

What is multiple inheritance?

9 Answers   TCS,


Is react oop?

0 Answers  


what is the difference between javap and jad utility

1 Answers   Wipro,


Which is better struts or spring?

0 Answers  


#include <iostream> using namespace std; struct wow { int x; }; int main() { wow a; a.x = 22; int c = a.x; int *b = new int; cout << c; return 0; } option: No output 0 22 -(11) Will not compile

1 Answers   CTS, Wipro,






What is public, protected, private?

6 Answers   IBS, Satyam,


how to get the oracle certification? send me the answer

0 Answers   Oracle,


which structured data type is not used in c++? 1.union 2.structure 3.string 4.boolean

2 Answers   HCL, Wipro,


What is deep and shalow copy?

3 Answers   L&T, TCS,


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  


how do you handle yourself when you feel the wald is aganist you

2 Answers  


How is data security provided in Object Oriented languages? ?

5 Answers  


Categories