Answer Posted / kaush
oops is a programming language for making program to more
secure,easy and mostally object oriented.
it is use mostly for security purpose.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
When not to use object oriented programming?
What is debug class?what is trace class? What differences are between them? With examples.
What is static in oop?
What is polymorphism what are the different types of polymorphism?
What is the oops and benefits of oops programming?
Why is polymorphism important 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.
Is this job good for future? can do this job post grduate student?
What is the important feature of inheritance?
What is abstraction in oop?
Please send ford technologies placement paper 2 my mail id
What are the 4 main oop principles?
What are different oops concepts?
Can a destructor be called directly?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)