what do mean by object oriented programming
Answers were Sorted based on User's Feedback
Answer / sneha
Object Oriented Programing is a programming based on the concept objects and using them appropriately.
Is This Answer Correct ? | 16 Yes | 7 No |
Answer / narender negi
A object oriented programing language is non procedural
language.The problems are derieved into object oriented
program.Data is hidden and can not be accessed by external
function.object may communicate with each other through
functons.New data and functions can be easily added
whenever neccessory.It follof bottom- up design approch in
programming.
Is This Answer Correct ? | 8 Yes | 1 No |
Answer / karunakaran
Object-oriented programming is an approach that provides a
way of modularizing programs by creating partitioned memory
area for both data and functions that can be used as
templates for creating copies of such modules on
demand.--From JAVA Reference book-E Balagurusamy
Is This Answer Correct ? | 12 Yes | 6 No |
Answer / rahul jain
the object oriented programming is the object based programming language. in oops the programmer not only define the data type but also define the function in our program.
Is This Answer Correct ? | 9 Yes | 4 No |
Answer / vipin agarwal
where every thing treat as a object...............
Is This Answer Correct ? | 8 Yes | 4 No |
Answer / ravi ranjan
A type of programming in which programmer not only define the data type of data structure but, also the type of operation(function) that can be applied to the data structure.
In this way data structure become an object that includes both data and function.
or
In sort, A way of programming where variables and functions(procedures) are together in object.
Is This Answer Correct ? | 4 Yes | 1 No |
Answer / dslgfsg
its teh programming with definition nof both the datatypes
and functions
Is This Answer Correct ? | 9 Yes | 15 No |
What are the important dates for JEE Main 2018 Exam?
Which is the largest district in India in terms of population?
hi, this is samba. i completed my B.Tech and i want to complete PG in IIT so give me the exam tips...?
sir, i need rrb section engineer(mechanicak) solved paper- 2002 to 2008. my email id ashok_charania@yahoo.co.in
We need similar questions paper to get prepared for entrance exeam
What is the qualification/illegblity And When fillup forms
main() { char i; for(i='A';i<='Z';i++) printf("%c",i); }
what if terrorist attack sastra university..will nikil saves the university or not..
Find Square root(2+Sqrt(2+Sqrt(2........
4 persons K L M N are initially at 4 corners of a square of side d. each person starts movin with uniform speed v such that K always moves directly towards L, L towards M, M towards N, and N towards K, at what time will they meet???
hello sir iam studying in diploma in the andharapradesh. but my hope is do the engineering in the delhi.iam what type of enternce test is do the face.please tell me.
what do mean by object oriented programming