answersLogoWhite

0

in pop a list of instruction telling a computer step by step what to do.

same is the case in c++.

eg.in case of every c++ program we first of all call the header files.

in case of simple c++ program , after the header files we we use the function main, then there the initialization or declaration etc,. so in this way we tell the compiler step by step what to do.

so we can say that c++ is a pop language.

now let us consider a program of class,

in this we declare the object and each object has its own method as is in oop.

so we can say that c++ is both oop and pop..

User Avatar

Wiki User

13y ago

What else can I help you with?

Continue Learning about Basic Math

What are the advantages and disadvantages of PHP?

Advantages It has both procedure programming language and OOP (object oriented programming) language features. This means that the programmers from different programming language backgrounds can pick up this language within a short period of time. Most similar to C & C++ language syntax. Open source: It is developed and maintained by a large group of developers. This will help in creating a support community and abundant extension libraries. Speed: It is relatively fast, since it uses not much system resources. Easy to use: It uses a C like syntax, so for those who are familiar with C, it’s very easy for them to pick up and easy to create website scripts. Stable: Since it is maintained by many developers, bugs are rather found and fixed quickly, making it a stable software. Powerful library support: You can easily find functional modules you need such a PDF, graph etc. Built in database connection modules: You can connect to databases easily using PHP, since many websites are data/ content driven, so we will use database frequently, this will largely reduce the development time of web apps. It can be run on many platforms, including Windows, Linux and Mac. therefore it’s easy for users to find hosting service providers. MySQL is used with PHP as back end tool. Thee popular online database can be interfaced very well with PHP. So it’s been the excellent choice for webmasters. It has powerful output buffering. It can internally rearrange the buffer so that the headers comes before the content. It is dynamic and works in combination with HTML to display dynamic elements on the page. It can be used with a large number of relational database management systems, runs on all of the web browsers (example: Apache, personal web server, Microsoft IIS, Netscape, iPlanet) and all databases (example: MySQL, dBase, IBM DB2, ODBC, PostgreSQL, Inter Base, Front Base, SQLite). PHP5 is fully object oriented language can be hosted nearly everywhere. Its documentation is excellent. PHP has a selection of decent CMS’s such as Drupal, Expression Engine and WordPress. PHP runs in separate isolated processes within Apache so it is very difficult for anyone process to bring down the entire web browser. If anything goes wrong, there is minimal effect because PHP’s state is completely reset at the beginning of the each request. This ends up being more reliable than systems that use long-lived processes, that handle many requests. It’s completely free and no need to pay any fees. It is highly flexible and use it’s own memory space. Community Support: A huge advantage the technology has is its community. If you are looking for a particular script, chances are another user has already created something similar. Check within the community for availability. Likewise, if you have created a function that other’s might enjoy, be sure to post the code for others. Security: It offers security that can prevent malicious attacks. This can be adjusted for example in the .ini file. Talent Availability: You can hire programmers with this technology skill more easily than any other language programmers since so many people know the language. Bright Future: Although PHP is already well established, its future prospects are infinite. The keynote is that PHP is loosely typed. This makes simple scripts much faster to develop. One has to devote much less energy towards design. Disadvantages This comes from the ample language features. Some libraries written by a programmer from a procedure programming language may be difficult for programmers with an OOP background to maintain. Security: Since it is open sourced, all people can see the source code. If there are bugs in the source code, it can be used by people to explore the weakness of it. Not suitable of large applications: It will be difficult to use it for programming huge applications. Since the programming language is not highly modular, huge applications created out of the programming language will be difficult to maintain. Weak type: Implicit conversion may surprise unwary programmers and lead to unexpected bugs. Confusion between arrays and hash tables. This is slow and could be faster. There are often a few ways to accomplish a task. It is not strongly typed. It is interpreted and uses curly braces. Poor Error Handling Method: The framework has a bad error handling method. It is not a proper solution for the developers. Therefore, as a qualified PHP developer, you will have to overcome it. PHP is unable to handle large number of apps: The technology is helpless to support a bunch of apps. It is highly tough to manage because, it is not competent modular. It already imitates the features of Java language. It will not give the performance of, for example, “C” or “C++” languages. Because it is a scripting language and is interpreted it will be a bit slower than the optimized “C++” programs.


Related Questions

What is difference between oop and advanced oop?

the word advanced. If these 2 are course titles, the institute should have the course descriptions. In software development, it would be the first time for me to hear about advanced oop. (what is the basic oop, then?)


Defference between c plus plus and c?

these are difference in between c and c++: a) C is a SPL and C++ is a OOP. b) C has not concept of object but C++ has this feature. c) C has not 'class' name data type but C++ has.


What the difference between c and c plus plus?

The fundamental difference is that in C++ object-oriented programming (OOP) was added. C is a procedural language (that means. top-down structure design), where as C++, which is an extension of C itself, is an object oriented language.


What is different of c language and c plus plus?

Primarily OOP support, but there are minor syntax difference. By and large anything you can do in C you can also do in C++.


In OOP the concept of insulating data and from direct access by the program is known as?

In OOP, the concept of insulating data and from direct access by the program is known as


Why is C plus plus is not a true OOP language?

C++ is based on C. C was not object oriented, therefore the language was not made to be object oriented and moreover C++ is not a "true OOP language". It is simply a non-OOP language with OOP functionality built onto it.


What are the main features of OOP in c plus plus?

The main features of OOP are the same regardless of the language. They are: encapsulation; data hiding; inheritance; and polymorphism.


What are the concepts of object oriented programming in c plus plus?

The concepts of OOP in C++ are the same as for OOP in any other programming language: abstraction, encapsulation, inheritance and polymorphism.


Where can you get oop e balaguruswamy with C plus plus solutions?

solution of object oriented programming e balagurusamy


What are more differences between oop and pop?

In object-oriented programming (OOP), the focus is on defining classes and objects to represent entities with attributes and behavior, while in procedural programming (POP), the emphasis is on procedures or functions that operate on data. OOP promotes concepts such as encapsulation, inheritance, and polymorphism for building complex systems, whereas POP involves breaking down a program into smaller, reusable parts to perform specific tasks. OOP is more suitable for large-scale projects where code organization and reusability are crucial, while POP is often used for smaller scripts or programs with simpler functionality.


Why c plus plus is not ooplanguage?

C++ is an OOP language, so the question does not make sense. Please restate the question.


What is the difference between cc plus plus and java?

C is a procedure oriented language ,Where C++ & java are object oriented language.But java is platform independent.So generally C is called POP.C++ is called OOP.But java is OOP , which is platform independent.If java does not support primitive data type then it is called as pure object oriented language.