IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
2075INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
2213create a class complex having real and imaginary part of a complex no. as a data member. overload the binary operators(+,- and *) to perform the operations on complex no. objects. overload binary operator using friend function.
2 5771why in java first invoke public static void main(String args[]) method????Why not public static void method1(String args[])??
1 3278
What is coupling in oop?
what's the basic's in dot net
How Do you Code Composition and Aggregation in C++ ?
Which is better struts or spring?
What are the advantages of polymorphism?
What is purpose of inheritance?
What is persistence in oop?
What is the difference between static polymorphism and dynamic polymorphism?
What is advantage of inheritance?
why reinterpret cast is considered dangerous?
What is polymorphism and its types?
What is abstraction in oops?
What is overriding vs overloading?
What is the point of oop?
What is abstraction with example?