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
what are resources in case of Threads
As per interoperatbility programs written in one language can be used by other language. How can we restrict the features of one language (say C#) in the programmer written in another language (say VB)..for example we have some features like operator overloading which is possible C#.NET (not in VB.NET), how can we restrict that when we are using this code in VB.NET.
what are other resources are needed for this mantis?
Can i please VHDL code for D-Latch with clear input ?? (HINT: Set up a “Process” with appropriate sensitivity list to get the desired D-Latch with Clr working.) Inputs and Outputs: entity Lab4b is Port ( Clr, Clk, D : in STD_LOGIC; Q : out STD_LOGIC); end Lab4b;
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.
Difference between debugging, running, executing of an application
hi This is radhika.Can anyone help me to know the question papers of NATIONAL INFORMATICS CENTRE for the post of scientific officer/engineer? if anyone know plz tell me question paper pattern
how to get second highest salary from a employee table and how get a 5th highest salary from a employee table by using proc sql?
Write a program that prints the numbers from 1 to 100. But for multiples of three print "Fit" instead of the number and for the multiples of five print "Bit". For numbers which are multiples of both three and five print "FitBit".
what is technical system, business system, logical system in sap pi7.0
Differevce between arrays and array builders?
Definition of Singleton Class? what is the Purpose of it? what is the advantage?
I want sample papers for NIC Examination. Plz send them to my mail Id das.neelam@gmail.com . Plz send it today, tomorrow i've the exam.
Tips for blog integration by www.esteemwebsolutions.com. Can Any body suggest me to how to make wonderful questions on web integration..
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.