What is OOPS and How it is different from Procedural
Programming ?
Answer Posted / oopslover
Oops is programing concept which works around the its object
and data, it works on real world objects. helps us in
building robust application, provides more security through
its objects. where as procedural language is totally
different it implies to use different functional things to
be used under one single function e.g "main" method in C.
The logic is expose to the whole program.
Is This Answer Correct ? | 44 Yes | 39 No |
Post New Answer View All Answers
what are the realtime excercises in C++?
What is the difference between static polymorphism and dynamic polymorphism?
What is methods in oop?
What is interface in oop?
officer say me - i am offered to a smoking , then what can you say
What do you mean by overloading?
What is the importance of oop?
Why is abstraction used?
How does polymorphism work?
Plese get me a perfect C++ program for railway/airway reservation with all details.
What is coupling in oops?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
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 is encapsulation in ict?
What is the real time example of encapsulation?