How does object oriented approach differ from object based approach?
Answers
Answered by
6
Object Oriented languages support all the features of OOPS but object based languages do not support all the features of OOPS.
Object oriented languages support inheritance but object based languages do not support inheritance.
C# and Java are an example of object oriented language whereas Java script and visual basic are an example of object based language.
Answered by
0
Explanation:
Object Oriented languages support all the features of OOPS but object based languages do not support all the features of OOPS.
Object oriented languages support inheritance but object based languages do not support inheritance.
C# and Java are an example of object oriented language whereas Java script and visual basic are an example of object based language.
Similar questions