Describe what an Interface is and how it?s different from a
Class.
Answer Posted / mouli
In Interface,we cannot specify any definition inside but
where as class we can.
| Is This Answer Correct ? | 20 Yes | 2 No |
Post New Answer View All Answers
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
What language is oop?
What is polymorphism in oop example?
Can you inherit a private class?
What is the use of oops?
What is encapsulation with example?
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.
what are the different types of qualifier in java?
What is the real time example of inheritance?
just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.
What does enum stand for?
What is polymorphism in oops with example?
What does sksksk mean in text slang?
What is the main feature of oop?
What does <> mean pseudocode?