Answer Posted / munni
real time system:a real time system is a system dat gives
o/p at given and its parameters changes at every time.
a real time is nothing but a dynamic system a dynamic
system is a system that changes every moment band on i/p to
the system oop approach is very useful for real time system
because code changing in very carry is oop system and it
lead towards dynamic behaviour of oop codes thus more
suitable to real time system.
simulation & modelling:system modelling is another area
where criteria for oop approach in countable representing a
system is very easy in oop approach.
| Is This Answer Correct ? | 22 Yes | 10 No |
Post New Answer View All Answers
2. Give the different notations for the class.\
#include
How Do you Code Composition and Aggregation in C++ ?
What is interface in oop?
write a program that takes input in digits and display the result in words from 1 to 1000
What is object and example?
What is polymorphism give a real life example?
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.
Prepare me a program for the animation of train
What is object in oop?
What is polymorphism in oops with example?
What is balance factor?
hi, this is raju,iam studying b.tech 2nd year,iam want know about group1 and group2 details, and we can studying without going to any instutions? please help me.
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!!!)
What is oops?what is its use in software engineering?