Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is difference b/w object based and object oriented
programming language?

Answer Posted / g hari

object based programming usually refers to object without
inheritence and without polymorphism.object oriented have
an associated type.types may have inherit attributes from
super types.i support inheritence & polymorphism.

object oriented=class and object+inheritence+communication
message.
any wrong in this answer let me know.

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is encapsulation with real life example?

1031


They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?

1919


What is a superclass in oop?

1169


What do you mean by Encapsulation?

1085


What is the renewal class?

2746


program for insertion ,deletion,sorting in double link list

2678


which feature are not hold visual basic of oop?

2188


class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash

2280


can we make game by using c

4127


What is encapsulation in ict?

1054


What is difference between data abstraction and encapsulation?

1074


What polymorphism means?

1067


i am getting an of the type can not convert int to int *. to overcome this problem what we should do?

2312


What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?

2122


class type to basic type conversion

2397