How is the using() pattern useful? What is IDisposable? How does it support deterministic finalization?
1 14450//what is wrong with the programme??
#include
explain sub-type and sub class? atleast u have differ it into 4 points?
What is encapsulation selenium?
What is the point of oop?
Can enum be null?
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.
Explain virtual inheritance?
How oops is better than procedural?
Which is better struts or spring?
What are classes oop?
What are the 4 main oop principles?
What is debug class?what is trace class? What differences are between them? With examples.
What is the difference between encapsulation and polymorphism?
Why is polymorphism important in oop?
What is the main purpose of inheritance law?
What is purpose of inheritance?