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?
2066INSTANCE 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?
2204create 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 5756why in java first invoke public static void main(String args[]) method????Why not public static void method1(String args[])??
1 3268
What is polymorphism what are the different types of polymorphism?
Is data hiding and abstraction same?
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
What is the highest level of cohesion?
What is abstraction encapsulation?
How do you define a class in oop?
What type of loop is a for loop?
What is the real life example of polymorphism?
What is basic concept of oop?
Templates mean
What is abstraction example?
What is ambiguity in inheritance?
What is polymorphism oop?
Please send ford technologies placement paper 2 my mail id
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction