What is the difference between procedure -oriented language
and object oriented language?
Answer Posted / shraddha..r
a]in pop importance is given for doing things.
in oop importance is given on data rather than procidure.
b]pop,most of function share global data.
oop,data structure are designed such that the
characterstics the object function that operate on the data
of an object which are tied together in the data structure.
c]pop,larger programs are divided into smaller programs
known as function.
oop,program are divided into smaller programs known as
objects.
d]in pop security is not provided for object.
in oop security is provided to data.
e]in pop top down approch.
in oop bottom up approch.
| Is This Answer Correct ? | 65 Yes | 18 No |
Post New Answer View All Answers
What is SOLID Principle in Programming Language?
How many forms can you create in a Visual Basic 6 Standard EXE project? Is there any limit on that?
design a counter with the following repeated binary sequence: 0, 1, 2, 3, 4, 5, 6, 7, 8 using JK Flip Flop.
Do not use more than 3 nested IF. Use Evaluate statement in case of more IF required. Please give a detail explantion besides readability and clarity for Evaluate stmt.
Given: coordinates of rectangle-> left bottom and right top points. the rectangles create a hole.Find the maximum area of the hole. eg. 4 rectangles create a hole in between. find its area.
THERE ARE 4 SOURCE FILES WHICH CONTAINS SAME METADATA CREATE A TARGET THAT SHOULD DISPLAY THE FILE NAME ALONG WITH THE RECORD PLEASE SEND THE ANSWERFOR THIS QUESTION WITH MAPPING
what is session state?
What is dialog programming?
give idea for creating screen in abap
Wrtite a JCL for sorting a file with start from 36 postion lenth 9 excluding a num eq to 98768. for 3 marks mainframe
what is the extension of SPDS Dynamic cluster tables?
what is the difference between Windows application and Unix application?
I m new to the dbms. Recently i came across words clustered indexes & nonclustered indexes but i dont know what is this all about & whats the difference between them.. So please help me!!!!!!!!
When we delete logfiles such as screenshots how does it affect the ldf file? Ive seen huge change while adding screenshots in the ldf file but a very minor one deleting them.Please Explain
How can we develop a multi-tier application in Java?