what is difference between objects and function

Answers were Sorted based on User's Feedback



what is difference between objects and function..

Answer / jothi basu.m

sir... my answer is objects contains some number of function
and constructors but functions does not contain objects

Is This Answer Correct ?    7 Yes 1 No

what is difference between objects and function..

Answer / saurabh sharma

with the help of object we can call the function of the
class .and with the help of function we can reduce the
redundency.

Is This Answer Correct ?    4 Yes 0 No

what is difference between objects and function..

Answer / rajdeep

object is the part of class.if there is no member function is initialize in function then we can call the function without object.Object always store in heap and function alway store in stack.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More OOPS Interview Questions

write a progra in c++ using class & object to find out wheather a given no. is prim or not.

2 Answers  


Name a typical usage of polymorphism

3 Answers  


what is the advantage in software? what is the difference between the software developer and Engineer

1 Answers  


Are polymorphisms mutations?

0 Answers  


What is the output of the following code: int v() { int m=0; return m++; } int main() { cout<<v(); } 1) 1 2) 0 3) Code cannot compile

4 Answers  






What is polymorphism what is it for and how is it used?

0 Answers  


WAP to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)

1 Answers  


explain the concepts of oops?

1 Answers  


What is pointer in oop?

0 Answers  


Is oop better than procedural?

0 Answers  


What does and I oop mean?

0 Answers  


What is the difference between abstraction and polymorphism?

0 Answers  


Categories