define oops with class and object

Answers were Sorted based on User's Feedback



define oops with class and object..

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

define oops with class and object..

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

define oops with class and object..

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

define oops with class and object..

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

define oops with class and object..

Answer / rajganesh

oops is new approch to hantel complex program.oops mean's
object oriented programming

Is This Answer Correct ?    2 Yes 10 No

Post New Answer

More OOPS Interview Questions

What is this interview room ? Is it a class or an object.

3 Answers   CybAge, NSN, Wipro,


what is difference between String s=new String("vali"); String s="vali"

1 Answers  


They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?

0 Answers  


What are objects in oop?

0 Answers  


What are the features of oop?

0 Answers  






some one give d clear explanation for polymorphism

3 Answers  


What is polymorphism? Explain with an example.

48 Answers  


What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }

0 Answers   SRA,


What is polymorphism and its types?

0 Answers  


What is overriding vs overloading?

0 Answers  


What is public, protected, private?

6 Answers   IBS, Satyam,


Can enum be null?

0 Answers  


Categories