Answer Posted / sougata kr. chatterjee
The term abstaction refers hiding the inner processing of
data but it help for done the work in structured manner.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
write a program to find 2^n+1 ?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
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(); }
What is polymorphism and types?
What are the three parts of a simple empty class?
What is for loop and its syntax?
What is oops with example?
What is pure oop?
write a C++ program for booking using constructor and destructor.
What are main features of oop?
What are oops functions?
Why do we use polymorphism in oops?
Can we create object of interface?
What are two types of polymorphism?
What is meant by multiple inheritance?