what is difference between objects and function



what is difference between objects and function..

Answer / gyana

In simple term object is a represantation of the
class.Through which class is invoked and method initializes..


but method show the characterstics of the class..The various
opearation are done inside the method.

Is This Answer Correct ?    12 Yes 1 No

Post New Answer

More OOPS Interview Questions

What are the four main oops concepts?

1 Answers  


why to use operator overloading

3 Answers  


Child cObj = new Parent() Wahts the output ?

8 Answers   Patni, TCS,


Why do we use oops?

0 Answers  


What are the 4 pillars of oop?

0 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 in oops?

0 Answers  


What are virtual functions?

2 Answers  


given a set based questions and 5 questions based on it next data sufficiciency questions 2 and 2/3 english sentence completion with options very easy and 2 synononmys paragraph with 10 questions 10 minutes replace =,-,*,% with -,%,+,* type questions 5 3 questions lik following itssickhere itssickthere itssickhere istsickhere which is nt alike the others very easy

0 Answers   DELL,


#include <iostream> using namespace std; struct wow { int x; }; int main() { wow a; a.x = 22; int c = a.x; int *b = new int; cout << c; return 0; } option: No output 0 22 -(11) Will not compile

1 Answers   CTS, Wipro,


When a private constructer is being inherited from one class to another class and when the object is instantiated is the space reserved for this private variable in the memory??

13 Answers   HCL, Honeywell,


what about you? wahat is your object? introduce your self?

1 Answers   Ajmal Perfumes, TCS,


Categories