Hello Friends I am Kushal Bhatt. And I am welcome you on our blog CompuTech with another topic. Today's topic is Differ ence between C and Java ,C++ and Java. First we discuss Difference bet ween C and Java. 1 . C was develop by Dennie Ritchie at AT&T Bell Labs between 1969 to 1973, On other hand Java was develop by James Gosling at sun Microsystems which first appear in 1995. 2. C is Procedural Ori ented Programming langu age On other hand Java is Object Oriented Programming language . 3. C is Low level langu age On other hand Java is High level lang uage. 4. C is Compi le lang uage On other hand Java is Interpreter Langua ge. 5. C follow Top Bottom approach. on other hand Java follow Bottom Top approach. 6. C contains the Preprocessor Directives header file like #include,#define. On other hand Java not contains any header file. 7 . C support Goto statement, Structure,union but Java not support Goto statement, Stru
Hello Friends I am Kushal Bhatt. And I am here with new topic on object oriented concepts on our blog CompuTech. So let's start our today's topic, Object oriented concepts are relates to our life Oops concept are used in real time use . It is also provide data hiding so data can not accessible by external functions. data abstraction concept that help in improve the security. In Object Oriented Programming program are divide in no. of objects. New data and methods can easily add whenever necessary. Object oriented programming is follow bottom to up in program design. There are following concepts are providing by Object Oriented Programming. 1.class 2.Objects 3.Data Abstraction 4.Encapsulation 5.Inheritance 6.Polymorphism. 7.Message Communication 8.Data Binding . 1. Class :- Class is a a way to enclose a methods variables in single package or unit known class. So we can easily