फ़ोरम एक ऑनलाइन चर्चा मंच है जहां युवाओं या यहां तक कि अनुभवी पेशेवरों ने से संबंधित अपने प्रश्नों पर चर्चा की और अन्य प्रतिभावान व्यक्तियों के अपने प्रश्नों के उत्तर प्राप्त किया। प्रश्नों के साथ दूसरों की मदद करने से प्रश्न पूछ कर एक ऑनलाइन चर्चा शुरू की जा सकती है सबसे अच्छा हिस्सा यह है कि यह बहुत सरल है और यह मुफ्त है
We know the main method is written in JAVA as public static void main(String args[]) Why it is written so ? When we run the program , what is stored in args[] ? Can we write an ...
Can we override main method in a Java program ? If yes, how ?
How to make table like structure in c++ is it possible to make a table in cpp?
What are the uses of super keyword in Java programming language?
What is Association ?What is Aggregation ? What are the differences between them ?
If I were to verbalize the golden crux of OO to someone who knows nothing about computer science,how should I go about it?? I got motivated to think this question by remembering an ...
If we write a pure virtual function in base class why is it necessary to define body of that function in child class?What will happen if we miss to write it?
What is an Object pointer ? How to use it?
What would be the size of a class where no virtual function is present and no variable is present? what will be the result of sizeof(obj); where obj is the object
What is the difference between data abstraction and data encapsulation
What is the basic difference between static and final keyword in JAVA OOP language??
Explain the similarities and differences between pointer variables and array variables in C++.
Explain Null Pointer and its use.Where to use it? How it can be implemented in C++?
What are the uses of final keyword in Java programming language?
please explain your answer ?
What is the difference between #include and #include"iostream.h" (where headerfile.h is any header file eg.iostream)
How much size the object of any class occupy?
What is the difference between static binding and dynamic binding?
What are benefits of OOP ? How it is different from procedure oriented programming?