difference between class and object
Answer Posted / sravani
class tells us how our s/w object looks like after its
construction.it is a logical representation.
object is a physical representation of a class.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How many human genes are polymorphic?
What are the 4 pillars of oop?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
How to use CMutex, CSemaphore in VC++ MFC
Write a program to compute for numeric grades for a course. The course records are in a file that will serve as the input file. The input file is in exactly the following format: Each line contains a student's first name, then one space, then ten quiz scores all on one line. The quiz scores are in whole number and are separated by one space. Your program will take it input from this file and sends it output to a second file. The data in the output file will be exactly the same as the data in the input file except that there will be one additional number (of type double) at the end of each line. This number will be the average of the student's ten quiz scores. Use at least one function that has file streams as all or some of its arguments.
What is destructor example?
What is difference between pop and oop?
What is and I oop mean?
hi, this is raju,iam studying b.tech 2nd year,iam want know about group1 and group2 details, and we can studying without going to any instutions? please help me.
Can a destructor be called directly?
What are the benefits of polymorphism?
What does and I oop mean?
What is multilevel inheritance?
What is difference between multiple inheritance and multilevel inheritance?