answersLogoWhite

0


Best Answer

In 1991 Oak was created by the members of the Green Project which included James Gosling (Chief Programmer) , Patrick Naughton and Mike Sheridan.

Patenting issues gave a new name to Oke -Java

User Avatar

Wiki User

10y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

12y ago

The fathers of the C Programming language would be Brian Kernighan and Dennis Ritchie.

Kernighan and Ritchie originally designed and implemented the language and published a popular book called the 'C Programming Language' commonly known as K&R to designate the authors names.The language was developed at AT&T Bell Labs in 1978.

This answer is:
User Avatar

User Avatar

Wiki User

7y ago

The original developer was Dennis Ritchie if that's what you meant. C evolved from BCPL, so I'm not sure father is the correct term.

This answer is:
User Avatar

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

User Avatar

Wiki User

8y ago

If you mean who designed C, then that would be Dennis Ritchie.

This answer is:
User Avatar

User Avatar

Wiki User

12y ago

Bjarne Stroustrup

This answer is:
User Avatar

User Avatar

vikram ghadge

Lvl 2
1y ago

Alan key

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Who is the father of object oriented programming?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is full form of oop's?

Object Oriented Programming


Is PHP object oriented?

Yes - 'advanced' PHP programming uses Object Oriented Programming (OOP).


What is an essential of Object Oriented Programming?

The 3 essential concepts of Object Oriented Programming are:InheritanceEncapsulation &Polymorphism


What is the distinct difference between object oriented concept and object oriented programming?

Object oriented concepts are a generalisation of the object oriented principals (encapsulation, inheritance, polymorphism and abstraction) without specifying a particular implementation of those principals. Object oriented programming is the application of those principals through an object oriented programming language.


Is c is complete object oriented programming language?

No. C is not object oriented. C++ is object oriented.


Full form of oops?

The full form of OOP is Object-Oriented Programming.


What actually mean by object oriented programming Is C plus plus is a object oriented programming?

Just eat a watermellon!


What has the author Edmund W Faison written?

Edmund W. Faison has written: 'Borland C [plus plus] 4 object-oriented programming' 'Borland C++ 3 object-oriented programming' -- subject(s): Borland C++, C++ (Computer program language), Object-oriented programming (Computer science) 'BorlandC[plus plus] 4.5 object-oriented programming' -- subject(s): Borland C., C., Object-oriented programming (Computer science) 'Borland C++ 3.1 object-oriented programming' -- subject(s): Borland C++, C++ (Computer program language), Object-oriented programming (Computer science)


An object-oriented programming language is necessary to do object-oriented programming?

small talk yes java yes c++ no delphi no etc...


What is the components of OOPS?

Java is an object oriented programming language. The various object oriented concepts in it are: * Class * Object * Instance * Method * Inheritance * Polymorphism * Abstraction * Encapsulation etc...


How do you apply class diagram with programming languages which is not based on object-oriented like c?

You cannot. Class diagrams are only applicable to object oriented programming languages. C is not object oriented, but C++ is.


What is copy constructor in object oriented programming?

The purpose of constructor in object oriented programming is to initialize data. Likewise copy constructors are used to initialize an object with data from another object.