what is difference b/w object based and object oriented
programming language?
Answer Posted / poorni
object based programming has in-built objects.for example javascript has window object.but object oriented programming has no in-built objects.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What do you mean by variable?
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 does sksksk mean in text slang?
What does and I oop mean?
What are functions in oop?
What is a class in oop?
What is object-oriented programming? Webopedia definition
Can destructor be overloaded?
What does and I oop and sksksk mean?
What is class and object with example?
Explain the concepts involved in Object Oriented programming.
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What is constructor overloading in oop?
What is overriding in oops?
Can you explain polymorphism?