Answer Posted / rehman memon
OOP stands For Object Oriented Programming
| Is This Answer Correct ? | 32 Yes | 15 No |
Post New Answer View All Answers
Can we create object of interface?
Who invented oop?
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 the renewal class?
Why do we use encapsulation in oops?
What is abstraction with example?
write string class as your own class in java without using any built-in function
How to hide the base class functionality in Inheritance?
What is and I oop mean?
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
Can a varargs method be overloaded?
is there any choice in opting subjects like 4 out of 7
Can static class have constructor?
why reinterpret cast is considered dangerous?
What is protected in oop?