What is the difference between procedure -oriented language
and object oriented language?
Answer Posted / k.j.sudarsanan
procedure oriented language focuses more on code accessing
data which means functions access to code.It is top to
bottom approach.object oriented approach focuses more on
object access to data and control to access it.It is bottom
to top approach.Extensibility and Reusability is achieved in
OOPS rather than procedural oriented programming.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Code for display the images from drive using vb 6.0?
9.Difference between even and odd signals?explain with the diagram?
what is the purpose of checked Menu options
when we use mantis? how learn mantis?
what is log files in qtp what is use
where is available in this mantis toturials?
What is the difference between WebIntelligence and Designer in creating universes?
i am getting the error while compiling my cics program with including db2 dclgen member it is showing that ur dclgen member not including and all the host variables are undeclared
details description on this mantis? who is founder of this mantis?
iam confused among testing ,.net and java. can anybody help me.
what is the difference between an OS(operating system) and Framework?
5. Which of the following can you do with DB2 Express- C? Query databases with SQL Query databases with XML using XQuery and XPath Use SQL in Xquery and Xquery in SQL All of the above
A good website has the following conditions It should be interactive. It should contain at least 20 images. Title cannot be null and should contain at least 10 letters other than spaces and hyphen (-). The keywords should contain atleast three among the following list : "design", "Graphics", "lovely", "beautiful", "amazing" and "mesmerising" Write a method: boolean isGoodWebsite(boolean isInteractive, int numOfImages, String title,String keywords[]) isInteractive whether the site is interactive or not numOfImages Number of images on the website title Title of the website keywords Array of keywords in the website.
what is throws keyword
Given an array of size n+1 which contains all the numbers from 1 to n.Find the number which is repeated in O(n) time.How do you proceed with the same with floating numbers from 0 to 1 instead of 1 to n?