What is the difference between procedural and object-oriented programs?
Submitted by: Administrator1. In procedural program, programming logic follows certain procedures and the instructions are executed one after another. In OOP program, unit of program is object, which is nothing but combination of data and code.
2. In procedural program, data is exposed to the whole program whereas in OOPs program, it is accessible with in the object and which in turn assures the security of the code.
Submitted by: Administrator
2. In procedural program, data is exposed to the whole program whereas in OOPs program, it is accessible with in the object and which in turn assures the security of the code.
Submitted by: Administrator
Read Online Programming Job Interview Questions And Answers
Top Programming Questions
| ☺ | What is the difference between procedural and object-oriented programs? |
| ☺ | Differentiate between a template class and class template in programming? |
| ☺ | What is the difference between shadow and override in programming? |
| ☺ | How many ways can an argument be passed to a subroutine in programming? |
| ☺ | What do you meant by active and passive objects? |
Top Coding/Programming Categories
| ☺ | Python Interview Questions. |
| ☺ | OOP Interview Questions. |
| ☺ | Software engineering Interview Questions. |
| ☺ | PHP Interview Questions. |
| ☺ | VBA (Visual Basic for Applications) Interview Questions. |
