Answer Posted / pasu nayan
object is a software bundle of related state and
behavior.it is a instance of a class.all are real world
entity.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
write a program to find 2 power of a 5digit number with out using big int and exponent ?
What does <> mean pseudocode?
Which language is not a true object oriented programming language?
What is polymorphism oop?
What are classes oop?
Why is object oriented programming so hard?
write a program to find 2^n+1 ?
How to improve object oriented design skills?
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(); }
Can private class be inherited?
How do you achieve runtime polymorphism?
What are the benefits of polymorphism?
#include
How do you define a class in oop?
What is a superclass in oop?