1 write three features of flow chart !
2 write three features of object oriented programming
3 explain increment and decrement programming
Answers
Answer:
The features of a flowchart are:
It is an easy method of communication.
It is independent of a programming language.
It is the key to correct programming.
It helps to plan and design a new system.
It clearly indicates the task to be performed at each level
There are three major features in object-oriented programming that makes them different than non-OOP languages: encapsulation, inheritance and polymorphism.
Encapsulation Enforces Modularity. ...
Inheritance Passes "Knowledge" Down. ...
Polymorphism Takes any Shape. ...
OOP Languages.
Increment and decrement operators are unary operators that add or subtract one, to or from their operand, respectively. They are commonly implemented in imperative programming languages. ... The increment operator increases, and the decrement operator decreases, the value of its operand by 1.