Answer Posted / mital trivedi
Java is a OOP language and it is not a pure Object Based
Programming Language
There are seven qualities to be satisfied for a programming
language to be pure Object Oriented. They are:
1.Encapsulation/Data Hiding
2.Inheritance
3.Polymorphism
4.Abstraction
5.All predifined types are objects
6.All operations are performed by sending messages to
objects
7.All user defined types are objects.
JAVA is not because it supports Primitive datatype such as
int, byte, long... etc, to be used, which are not objects.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is html an oop?
What is a function in oop?
What is the point of oop?
What is multilevel inheritance in oop?
What is new keyword in oops?
c++ program to swap the objects of two different classes
This program numbers the lines found in a text file. Write a program that reads text from a file and outputs each line preceded by a line number. Print the line number right-adjusted in a field of 3 spaces. Follow the line number with a colon, then one space, then the text of the line. You should get a character at a time and write code to ignore leading blanks on each line. You may assume that the lines are short enough to fit within a line on the screen. Otherwise, allow default printer or screen output behavior if the line is too long (i.e., wrap or truncate). A somewhat harder version determines the number of spaces needed in the field for the line numbers by counting lines before processing the lines of the file. This version of the program should insert a new line after the last complete word that will fit within a 72-character line.
Why do we use class in oops?
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 polymorphism used for?
What is difference between multiple inheritance and multilevel inheritance?
What is difference between data abstraction and encapsulation?
What is inheritance in oop?
What do you mean by overloading?
What is encapsulation and abstraction? How are they implemented in C++?