What is the concept of object oriented program?
Answers were Sorted based on User's Feedback
Answer / nijasec
It giving importance to object or it consists of objects of
classes
| Is This Answer Correct ? | 13 Yes | 3 No |
Answer / kalyan
it is a concept which uses a method of using objects
| Is This Answer Correct ? | 4 Yes | 1 No |
It giving importance to object or it consists of objects of
classes
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / jangam
the object oriented is the write the oops concept and write
the classes
| Is This Answer Correct ? | 3 Yes | 3 No |
What is polymorphism and example?
what is the new version of c++
1 Answers Ignou, Pramata, Satyam,
How many human genes are polymorphic?
where is memory for struct allocated? where is memory for class-object allocated? I replied for struct in stack and for class-object in heap. THen he asked if class has struct member variable what happens.class on heap and what about struct in that class? couldnt ans :( :-?
What is polymorphism? Explain with an example.
how to get the oracle certification? send me the answer
What is multilevel inheritance explain with example?
What is DeadlyDiamondDeathProblem ?
C#.net Interview Question A=10 B=5 C=A+B Print C The above will be given in a multiline textbox. You need to parse the above input, store values for A,B&c. And you have to display the value of C.
What is abstraction?
I am developing a payroll system mini project.I used file concept in program for reading and writing.When the program is reloading into the memory that is if i execute next time the file was cleaned and adding data from the starting this is my problem.I want to strore the previous data and if i want to add any record that should be next of previous data.Please help me.
can main method be overloaded...??? How..????