What is the difference between procedure -oriented language
and object oriented language?
Answer Posted / abhijitkadam
in procedure oriented language data has not security in
object ori data has security .in 1st program approach from
top to down in 2nd program approach from bottom to top.
| Is This Answer Correct ? | 131 Yes | 26 No |
Post New Answer View All Answers
Which CRM is better to opt, Sebiel CRM or Salesforce CRM or sap CRM? which institute is best one in hyderabad
When you deliver your C++ headers and C++ library of a class (what all can you change in the class so that application using your class does not need to recompile the code)
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!!!!!!!!
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.
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?
4. What is the need of START 0? Instead if can we use any other numeric? If we use what will happen?
what is the difference between read the data from table and infotype
What is the purpose of
hi i am jyoti i have done sap training in sd and master degree in economics have 2 year exp as enduser in (gdms)and 1 year as sd consultant.as contract basis now what i can do for getting job in it industry
What is the merger sort principle and its time complexity.
Hello...has anyone interviewed with Information Management Services(IMS)located in Silver Spring MD??If yes,what can you share about the programming test and the analytical test?
in teradata level primary in table level allows duplicates why?
How to call dll API sub routine in VB Form.
iam confused to choose among testing, .net and java can anybody help me????????
is it acceptable if we declare multiple exceptions in same overridden method.