define oops with class and object
Answers were Sorted based on User's Feedback
Answer / guest
object is the things with their own properties.agroup of
objects are called class
object oriented programming
| Is This Answer Correct ? | 16 Yes | 4 No |
Answer / sunil kumar yadav
Object is a run time instant of a class. it is a real word
things.but class is collection of objects.
| Is This Answer Correct ? | 11 Yes | 0 No |
Answer / ananth kumar
object is a real world entity while classes are collection
of classes.
The oops means object oriented programming.It is a
Programming techniques which include features such as data
abstraction, encapsulation, modularity, polymorphism, and
inheritance
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / varun
oops is nothing but a small or huge collectings of objects
and classes and known as object oriented programming
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / rajganesh
oops is new approch to hantel complex program.oops mean's
object oriented programming
| Is This Answer Correct ? | 2 Yes | 10 No |
What is use of overloading?
what is the difference between javap and jad utility
What is the difference between C++ and java?
What is polymorphism in oops with example?
what are three tenets of object orinted Systems?Why they call like that ? Please answer me. Advance thanks.
What is difference between multiple inheritance and multilevel inheritance?
What is sub classing in c++?
20% of a 6 litre solution and 60% of 4 litre solution are mixed what the % of mixture of solution it is resulted into?
What is the difference between an object and a class?
What is overloading in oops?
What do you mean by pure virtual functions?
What is the advantage of oop over procedural language?