What is the difference b/w Object base and object oriented
programming?
Answer Posted / srikanth
object base programming lang
-----------------------------
it supports partial oops i,e. Encapsulation and Partial
Polymorphysim
Object oriented programming lang
--------------------------------
it supports complete oops i.e, Encapsulation,Inheritance
and Polymorphism.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Given an array all of whose elements are positive numbers, find the maximum sum of a subsequence with the constraint that no 2 numbers in the sequence should be adjacent in the array. So 3 2 7 10 should return 13 (sum of 3 and 10) or 3 2 5 10 7 should return 15 (sum of 3, 5 and 7)
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
Write code to read the records from a file and load any array of size 99?make sure that you take care of all the error conditions?
Given an array of size n. It contains numbers in the range 1 to n. Each number is present at least once except for 1 number. Find the missing number
write algo for cobol program whichuse three flat file to extract some specific information 8 marks mainframe
You are given some denominations of coins in an array (int denom[])and infinite supply of all of them. Given an amount (int amount), find the minimum number of coins required to get the exact amount. What is the method called?
Given a cube of size n*n*n (i.e made up of n^3 smaller cubes), find the number of smaller cubes on the surface. Extend this to k-dimension.
How to call dll API sub routine in VB Form.
Write a program to find duplicate number from array in minimum time complexity.
Which CRM is better to opt, Sebiel CRM or Salesforce CRM or sap CRM? which institute is best one in hyderabad
what is dot net framework
what is woransient key word? how it is used in java
write the a cl program with the following specification A. Accept 2 parameters-date and date type B. if date type is J then convert date to *MDY format C. if date type is M convert date to *JUL format 4.send a program message with the value of converted date Please explain for each with coding?
Any real time example of O2C process from taking order till creating invoice.
HOW TO FIND NUMBER OF TWOS IN N!(N FACTORIAL)??