Answer Posted / rahul
Class : class ia a blueprint or prototype from which object
are created
Object: Object is a Software bundles of related state and
behavior.
Is This Answer Correct ? | 14 Yes | 9 No |
Post New Answer View All Answers
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
What is byval and byref? What are differences between them?
Why do we use inheritance?
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
What are objects in oop?
Which is better struts or spring?
Why do we need polymorphism in c#?
What is the diamond problem in inheritance?
program for insertion ,deletion,sorting in double link list
How many human genes are polymorphic?
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 does sksksk mean in text slang?
What does and I oop mean?
What is interface in oop?
Can we override main method?