C,C++,CSS
C is a popular programming language developed by "Dennis Richie" where there is important concept of pointers but there is no objects at all. Everything is written inside main(). It is still used by many organizations as it work with core and basic memory functions like free(), malloc() and alloc() etc.
C++ is like C but with object-oriented capabilities. You can define your own class and make objects of that class.
There are many features of c++ like:
- Encapsulation
- object-oriented
- Inheritance
- Overriding and overloading
CSS stands for Cascading style sheet. It is used to define style for HTML page. Instead of defining font for each and every tag of every page just create one css file and link it to every page of HTML.
Advantages of CSS:
1) Saves time and memory
2) Sepration between content and presentation
For more Details on above languages Refer following link:
JAVA VS Java Script:
JAVA: Java is object-oriented programming language which is developed by "James Gosling" and his team and which was previously called as "OAK".
Java is full-featured programming language with many features like:
1) Platform independence
2) Object-oriented
3) Multithreaded
4) secure
5) Robust
6) Distributed
6) Simple and many more...
For more Details Refer following link:
Java Script: Java script is interpreted language which is generally embedded inside an HTML page. It is client-side scripting language which is used to create interactivity within static HTML pages and decrease the burden of server by providing instant feedback to server.
Java script is scripting language not programming language.
For more Details Refer following link:
No comments:
Post a Comment