Answer Posted / 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 View All Answers
Explain the concepts involved in Object Oriented programming.
Why is static class not inherited?
write a program to find 2^n+1 ?
What does and I oop mean?
Can bst contain duplicates?
What is the difference between static polymorphism and dynamic polymorphism?
What is the difference between procedural programming and oops?
What is the difference between inheritance and polymorphism?
What are the 4 pillars of oop?
What is difference between data abstraction and encapsulation?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
What is inheritance write a program to show use of inheritance?
What is abstraction in oops?
What is pointer in oop?
How do you achieve polymorphism?