Write a java applet that computes and displays the squares
of values between 25 and 1 inclusive and displays them in a
TextArea box
No Answer is Posted For this Question
Be the First to Post Answer
Conversion from a basic type to a class type may be achieved using______________
What are the four main oops concepts?
What is the highest level of cohesion?
Which keyword is written to use a variable declared in one class in the other class?
What is late bound function call and early bound function call? Differentiate.
string is a class or data type in java?
What is the difference between pass by value,pass by pointer,pass by reference in the catch block in the exception handling in c++
why c++ is called OOPS? waht is inherutance? what is compiler?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
why overriding?
for example A,B,C,D are class all the 4 class contain one method who() but the method who() implementaion is differnet among each class. the relation among the 4 class are A is base class and is inherited by B and C.and from this two B and C where D is inherited. the question is i want to display the output who() method in all the classes(A,B,C,D)the output of who() method is diferrent amond all the class(A,B,C,D) ------A------ virtuval who(print a) override | | who(print b) B C override who(print c) | | -------D------ override who(print d)
What does I oop mean?