ONE WORD ANSWER.
1. What is OOP?
2. What do you mean by procedural programming?
3. What is encapsulation ?
4. What do you mean by conditional operator?
5. What is data type ?
Answers
Answer:
i hope my answer help ful you
Explanation:
please my answer mark briliant answer
1. object oriented programming
2.procedural programming is programming paradigm, derived from structured programming
3. to enclose in or as in if a capsule
5.a particularkind ofdata item
1. What is OOP?
Ans: OOP stands for Object-oriented programming.
2. What do you mean by procedural programming?
Ans: You can also call it procedure-oriented programming (POP). It gives importance to functions rather than data.
3. What is encapsulation ?
Ans: It is a method in which the data and the functions are wrapped together into a single unit.
4. What do you mean by conditional operator?
Ans: These are the operators which deal with conditions.
Eg: (a>b) print: 'a'; Here '>' states the condition that a is greater.
5. What is data type ?
Ans: A data type is a type of data. ... Some common data types include integers, floating-point numbers, characters, strings, and arrays. They may also be more specific types, such as dates, timestamps, boolean values, and varchar (variable character) formats.