What are the OOPS concepts?
Answer Posted / gaskdfgka
Object-oriented programming (OOP) is a computer science
term used to characterize a programming language that began
development in the 1960’s. The term ‘object-oriented
programming’ was originally coined by Xerox PARC to
designate a computer application that describes the
methodology of using objects as the foundation for
computation. By the 1980’s, OOP rose to prominence as the
programming language of choice, exemplified by the success
of C++. Currently, OOPs such as Java, J2EE, C++, C#, Visual
Basic.NET, Python and JavaScript are popular OOP
programming languages that any career-oriented Software
Engineer or developer should be familiar with.
Software Engineer S.Gowtham
e-mail:gowtham7pulse@yahoo.in
any doubts pl's send your questains
ok
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is class and object in oops?
What is protected in oop?
What are oops functions?
What is object in oop with example?
Write a program to sort the number with different sorts in one program ??
Plese get me a perfect C++ program for railway/airway reservation with all details.
What is overriding in oops?
write string class as your own class in java without using any built-in function
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
what are the realtime excercises in C++?
What is the point of polymorphism?
What is pointer in oop?
What is constructor in oop?
What is an advantage of polymorphism?
What are the 3 principles of oop?