Answer Posted / venkatesh
Class is a user defined datatype, and it is a logical representation of data(means which does not occupy any space)
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How Do you Code Composition and Aggregation in C++ ?
Which method cannot be overridden?
what type of questions
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
Explain virtual inheritance?
What is the significance of classes in oop?
What is class and object in oops?
Can static class have constructor?
What is an interface in oop?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What is the difference between encapsulation and polymorphism?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
Why it is called runtime polymorphism?
• What are the desirable attributes for memory managment?
What are the three main types of variables?