What is the difference between procedure -oriented language
and object oriented language?
Answer Posted / himansu geetanjali rashmi bora
pop stand for procedure oriented programming,it main
function is to focus on function and oop stand for object
oriented programming, its function is to focus on morely on
data
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
what is the diffrence between software and hardware language?
Hi guyes, I have cleared 2 technical rounds with cts for liferay and java techonologies, i have client round next week, please tell me how to prepare for this what questions i should be ready to face?
Q1.Write a C program which asks the user for a number between 1 to 9 and shows the number. If the user inputs a number out of the specified range, the program should show an error and prompt the user for a valid input.
how to data grid use in data bind?
Given a Binary Search Tree, write a program to print the kth smallest element without using any static/global variable. You can?t pass the value k to any function also.
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
Display names and numbers of employees who have 5 years or more experience and salary less than Rs.15000 using array of structures (name, number, experience and salary)
Definition of Singleton Class? what is the Purpose of it? what is the advantage?
1. Consider the following code in our example assembly language: ; an example bit of assembly code ROOT: W FATHER FATHER: W SON1 W SON2 SON1: W NIL W NIL ; ---------------------- SON2: W GRANDSON W NIL GRANDSON: W NIL W NIL NIL = 0 Assemble this code carefully following the two pass model, and show the symbol table at the point marked by the dashed line during each pass.
how do find the user exit for selected feild whatis the process and can u plz explain it
how can we maintain the previous version scripts to new version.
how to add Servlet-api.jar file into eclipse 3.3.2 ?
I am work in it aompenei
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.
Suppose we are doing 4 operations on database using service, first operation is successful but due to some reason remaining 3 operations are failed. I) is this transaction successful or not? ii) How can you give that error message to user?