What are the OOPS concepts?
Answer Posted / teja
we have several types of oop's concepts .
they are:
1.class
2.object
3.polimorphism
4.abstraction
5.dynamic binding
6.message passing
7.inheritance
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is methods in oop?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
How to call a non virtual function in the derived class by using base class pointer
What are the features of oop?
When not to use object oriented programming?
What are functions in oop?
What is the renewal class?
What is meant by oops concept?
What is encapsulation selenium?
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?
Write a program to sort the number with different sorts in one program ??
What is oops?what is its use in software engineering?
Can main method override?
Why do we use polymorphism in oops?