Object Oriented Programming
Why Java called as Pure Object Oriented Programming?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rajanikant HawaldarPosted Nov 4, 2020, 10:55 AM
Sachin SinghPosted Nov 4, 2020, 10:38 AM
- all the 4 oops concepts.
- all predefined and,
- user-defined types must be
objects and,
- all the operations should be performed only by calling the
methods of a class.
But both java and C#