How to improve object oriented design skills?
No Answer is Posted For this Question
Be the First to Post Answer
Why is polymorphism needed?
what is the difference between containership and inheritence?
What are the components of marker interface?
What will happen when the following code is run: int x; while(x<100) { cout<<x; x++; } 1) The computer will output "0123...99" 2) The computer will output "0123...100" 3) The output is undefined
What are main features of oop?
Why is there no multiple inheritance?
polymorphism means?
why function overloading is not called as pure polymorphism?
Which language is pure oop?
how do u initialize the constant variables
Can we create object of class with private constructor?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?