define oops with class and object
Answer Posted / ananth kumar
object is a real world entity while classes are collection
of classes.
The oops means object oriented programming.It is a
Programming techniques which include features such as data
abstraction, encapsulation, modularity, polymorphism, and
inheritance
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is polymorphism and why is it important?
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
What is difference between polymorphism and inheritance?
What are the three parts of a simple empty class?
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
What is methods in oop?
What is overloading in oops?
What causes polymorphism?
What is the difference between abstraction and polymorphism?
write a program that takes input in digits and display the result in words from 1 to 1000
hi all..i want to know oops concepts clearly can any1 explain??
What is for loop and its syntax?
What are the data types in oop?
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.
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.