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
What are the types of abstraction?
What is object-oriented programming? Webopedia definition
What is encapsulation example?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
How to call a non virtual function in the derived class by using base class pointer
What is polymorphism give a real life example?
when to use 'mutable' keyword and when to use 'const cast' in c++
What is polymorphism and its types?
Why it is called runtime polymorphism?
What is use of overloading?
What is destructor give example?
What is destructor in oop?
What does <> mean pseudocode?
What is polymorphism and why is it important?
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!!!)