What are the OOPS concepts?
Answer Posted / anithadurairaj
OOPS-Object Oriented Programming.
It is one of the most popular methodologies in Software
development.
It offers a powerful model for creating Computer
programs.It spreads the program development
process,improves maintenance and enhances reusability of
programs.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Which language is not a true object oriented programming language?
What makes a language oop?
What is polymorphism programming?
What is byval and byref? What are differences between them?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
How to improve object oriented design skills?
hi, this is raju,iam studying b.tech 2nd year,iam want know about group1 and group2 details, and we can studying without going to any instutions? please help me.
What are two types of polymorphism?
What is overloading in oop?
Explain the concepts involved in Object Oriented programming.
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 type of question are asked in thoughtworks pair programming round ?
What is encapsulation c#?
write a program that takes input in digits and display the result in words from 1 to 1000
Which method cannot be overridden?