What is OOPS and How it is different from Procedural
Programming ?
Answer Posted / teja
oop stands for object oriented programming language
in this language we are giving the main preference to the
objects
becoz
object is nothing but that physically exists in our world
And we have another condition also
i.e
for every class we must create an objet
procedure oriented programming is nthng but it is having
some step by step procedure
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
Why do we use oop?
What is polymorphism give a real life example?
What is multilevel inheritance?
What is persistence in oop?
What are oops functions?
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 enum stand for?
which feature are not hold visual basic of oop?
What is polymorphism used for?
What is abstraction encapsulation?
Why do we need oop?
What are the 3 principles of oop?
What is the fundamental idea of oop?
What is constructor in oop?
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?