Answer Posted / sudhavasugj@gmail.com
Object is the variable of class in oops. Class is created
for do some behavior in program. The behavior is accessed by
creating the object for the particular class in main program.
Ex: computer c++;
computer - class
c++ - object
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is destructor example?
What do you mean by overloading?
just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.
How to call a non virtual function in the derived class by using base class pointer
Why do we need oop?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
explain sub-type and sub class? atleast u have differ it into 4 points?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
Get me a number puzzle game-program
What are the 4 main oop principles?
What is byval and byref? What are differences between them?
What is the advantage of oop over procedural language?
Which is not an object oriented programming language?
officer say me - i am offered to a smoking , then what can you say
Why do we use encapsulation in oops?