What is the difference between procedure -oriented language
and object oriented language?
Answer Posted / sahithi
the main difference between oops and procedure oriented is
that in pop,main focus is upon methods,since a program in
pop is divided into small "functions", whereas in oop we
concentrate on "objects",which is called a real time entity
i.e;combination of data and methods.
and other things in oop is that as we are "wrapping" data
and methods in single unit(eg:class)data is more secured in
oop than pop since we cannot directly access the data.we
also have access modifiers to protect the data better than
pop.some of the features of oops like
class,object,inheritance,polymorphism,data
encapsulation,data abstraction,dynamic binding makes oops
more powerful in real world applications.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
what does mean and stack mean in genral programming?
I want to pass .pdf files as OlE Object to crystal report through VB6. Please any one guid me...
1.Mutating table
what is meaning of MDM in sap?let me know that meaning
what are the 3 forms of a prolog term
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
Explain the difference between an expert and a novice user. How would your strategy for designing user interfaces for an expert user differ from that for designing user interfaces for a novice user.
Please forward important interview and basic questions in VB6 on my email id: usneha_16@yahoo.co.in
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.
How do you initialize a static member of a class with return value of some function?
how pseudo column works?
What are the tasks performed by a Team Lead
Find out the list of roles which gives access to GUI activities? thanks in advance
Write a pascal program to calculate the sum of the first 100 even number and odd number
how can i split string in a textbox in windows appication using C#.net