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 causes polymorphism?
What is the difference between procedural programming and oops?
What is object-oriented programming? Webopedia definition
Why do we use inheritance?
any one please tell me the purpose of operator overloading
What is an interface in oop?
Please send ford technologies placement paper 2 my mail id
Why do we use class?
given a set based questions and 5 questions based on it next data sufficiciency questions 2 and 2/3 english sentence completion with options very easy and 2 synononmys paragraph with 10 questions 10 minutes replace =,-,*,% with -,%,+,* type questions 5 3 questions lik following itssickhere itssickthere itssickhere istsickhere which is nt alike the others very easy
write a program that takes input in digits and display the result in words from 1 to 1000
class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
State what is encapsulation and friend function?
What is destructor oops?
Where is pseudocode used?