Answer Posted / guest
wrpping of data in to single unit
| Is This Answer Correct ? | 3 Yes | 17 No |
Post New Answer View All Answers
given a set based questions and 5 questions based on it next data sufficiciency questions 2 and 2/3 english sentence completion with options very easy and 2 synononmys paragraph with 10 questions 10 minutes replace =,-,*,% with -,%,+,* type questions 5 3 questions lik following itssickhere itssickthere itssickhere istsickhere which is nt alike the others very easy
What is methods in oop?
Why is abstraction used?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
Why is oop better than procedural?
what type of questions
Which is better struts or spring?
Can an interface inherit a class?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
to find out the minimum of two integer number of two different classes using friend function
Why is polymorphism used?
What is abstraction in oops?
What does I oop mean?
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
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.