Answer Posted / ruchi jaiswal
Namespace is a collection of classes and interface..
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the 3 pillars of oop?
What is destructor give example?
What does and I oop mean in text?
Whats is abstraction in oops?
Can an interface inherit a class?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
Which method cannot be overridden?
Can a destructor be called directly?
What is object-oriented programming? Webopedia definition
when to use 'mutable' keyword and when to use 'const cast' in c++
What is the main feature of oop?
Why we use classes in 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 encapsulation in oops?