DIFFRENCE BETWEEN STRUCTURED PROGRAMING AND OBJCET ORIENTED
PROGRAMING.
Answer Posted / rajeshwar raja
Structure Programming : Approaches the problem in "TOP-DOWN"
fashion.
Object Oriented Programming : Approaches the problem in
"BOTTOM-UP" fashion.
| Is This Answer Correct ? | 9 Yes | 3 No |
Post New Answer View All Answers
What does I oop mean?
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’.
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What is the purpose of polymorphism?
What exactly is polymorphism?
What are the two different types of polymorphism?
Why do we use inheritance?
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
What is encapsulation c#?
What is for loop and its syntax?
What are different oops concepts?
What is polymorphism oop?
What is the real time example of inheritance?
Why do we need polymorphism in c#?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?