WHAT IS THE DIFFERENCE BETWEEN OBJECT BASED & OBJECT ORIENTD
PROGRAMMING LANGUAGE.(GIVE AT LIST 4 PIONT)
Answer Posted / balu
the programming language which supports
inheritence,polymorpism,encapsulation is called o-o language.
the pgogrmming language which does not support inheritence
is called object based language.
| Is This Answer Correct ? | 27 Yes | 10 No |
Post New Answer View All Answers
2. Give the different notations for the class.\
Who invented oop?
What is the example of polymorphism?
write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.
What does oop mean in snapchat?
What is constructor in oop?
Why is polymorphism important in oop?
What is the oops and benefits of oops programming?
What are the 3 principles of oop?
What is multilevel inheritance 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.
What is pointer in oop?
Why do we need oop?
What type of loop is a for loop?
What is the real life example of polymorphism?