Answer Posted / guest
As ex:- Singleton Class is the Class whose you can make only
one object. Dont forget to do googling.
Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
What are functions in oop?
Are polymorphisms mutations?
Why do we use polymorphism?
which feature are not hold visual basic of oop?
What is static modifier?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
What is the important feature of inheritance?
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 highest level of cohesion?
What is the importance of oop?
What is encapsulation in oop?
What is class and object in oops?
What is the difference between procedural programming and oops?
Whats is abstraction in oops?
Why oops is important?