Answer Posted / niyajmohd
yes it is , any programming that uses objects & classes is
Object oriented programming , we can't write a program
without a class or atleast an object
ex:if u write
int x;
u may ask int is a datatype , where is object, but in java
it is declared that any datatype is an object of " Object"
class.
| Is This Answer Correct ? | 50 Yes | 88 No |
Post New Answer View All Answers
can we make game by using c
What are two types of polymorphism?
Why is object oriented programming so hard?
What do you mean by Encapsulation?
How oops is better than procedural?
What are the two different types of polymorphism?
write a program that takes input in digits and display the result in words from 1 to 1000
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?
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
What is inheritance and how many types of inheritance?
What is the difference between inheritance and polymorphism?
When not to use object oriented programming?
What is meant by oops concept?
What is abstraction in oop with example?
Why interface is used?