What object base programming?

1 answer

Answer

1025765

2026-06-02 22:51

+ Follow

Object base programming is the one that in programming code only object is used to call method(function, procedure whatever you call it). Some small amount of primitive data type is also used. Take a dog as object. Dog has name, age. if you want to find out the name and age of the dog, you need to make a method called public getName(){retrun name} etc. and call the same method. while you call the method, you must use the dog object. In this type of programming object carries its properties with it. that is it my frind. good luck

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.