Answer Posted / mahesh
to provide a solution for a recurring problem in a great
object oriented system.
design pattern describes the problem which occur over and
over again in our environment and then describes the core of
the solution to that problem in a such way we can use that
solution in a million times over without doing it the same
way twice.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
How do you define a class in oop?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
What is abstraction encapsulation?
What is a class and object?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
What is encapsulation c#?
What is abstraction in oops with example?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
What is basic concept of oop?
What are the types of abstraction?
What is polymorphism what are the different types of polymorphism?
What is interface? When and where is it used?
What is polymorphism oop?
write string class as your own class in java without using any built-in function