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
How does polymorphism work?
Is abstract thinking intelligence?
What are main features of oop?
Hi friends I have experience of 6 months in website design and maintanence. Now i am looking for other IT jobs.. to switch platform. please post any interview you know in chennai.
what is the drawback of classical methods in oops?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
Explain the advantages of inheritance.
What is encapsulation process?
What is the benefit of oop?
How to improve object oriented design skills?
Which type does string inherit from?
write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.
What are two types of polymorphism?
How do you achieve polymorphism?
What is destructor give example?