What is Object and Class? What are the differences between
them?

Answer Posted / prabhakar

class is a collection of data and member functions.
objcet is instance of a class

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Hi friends I have experience of 6 months in website design and maintanence. Now i am looking for other IT jobs.. to switch platform. please post any interview you know in chennai.

1776


What are the features of oop?

626


Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer

1608


What is abstraction example?

610


write a program that takes input in digits and display the result in words from 1 to 1000

1980






What is the problem with multiple inheritance?

578


Which method cannot be overridden?

572


Can private class be inherited?

611


What is a class and object?

589


what type of questions

1688


Advantage and disadvantage of routing in telecom sector

780


If a=5, b=6, c=7, b+=a%c*2. What is the final value of b?

936


what type of question are asked in thoughtworks pair programming round ?

1751


What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?

2094


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?

1382