What is coupling in oop?
No Answer is Posted For this Question
Be the First to Post Answer
What is the advantage of oop over procedural language?
what i oops concept, how many languages supports oops concept?
Why do we use virtual functions?
What are benefits of oop?
In multiple inheritance , to create sub class object , is there need to create objects for its superclasses??? in java and c++ both. Actually i have some information that is , all available members from its superclasses , memory created in subclass obj , so no need to create object for its superclasses...??? Thanks in Advance
What is ambiguity in inheritance?
What do you mean by inheritance?
write a program that takes input in digits and display the result in words from 1 to 1000
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
what is main difference between object oriented object base
There are 2 classes defined as below public class A { class B b; } public class B { class A a; } compiler gives error. How to fix it?
What is the default size allocated for array in the statement if size not specified " int a[] "