Question
What are the features that are provided to make a program modular?

Answers

To create a program requires self sufficient resources, the way to make a piece of code modular so that it can be handled properly. This shows the relationship between different objects or in between the same objects. Different functions have to be used to keep the code different from the data provided. Object oriented programming allows creating a modular approach to make it more abstract and create the interactions between them.
The features that are being provided in object oriented programming is:
• Encapsulation: it deals with the grouping of data and functions together at one place or it can be said in an object that defines the interface of their interaction and the relationship between them.

• Inheritance: it deals with the relationship that exists between the parent and child classes. A child can inherit the properties of the parent and it remains helpful in creating a hierarchy in the system to keep things more modular.

• Polymorphism: is a feature that deals with different values that can be used by only one function. It doesn't have to re-create the same function again and again for different values but, it uses the same function to call different data types.   Your Comment




More Software Questions..
What is the inputsplit in map reduce software?

What is software configuration management?

What Is Java Api For Xml-based Rpc (jax-rpc)?

How can you implement fine-grained auditing?

What is IBM’s simple explanation for Big Data’s four critical features?

What is static synchronized method in JDBC API? Give an example?

What does the NULLIF function do?

What happens if a start method is not invoked and the run method is directly invoked?

Should we override finalize method

what is the difference between mysql_fetch_array and mysql_fetch_object?

How will XML affect my document links?

Why to use Style Sheets?

What are Filters in MVC?

Can you explain Application layer in OSI model?

How to define new testplan attributes?

What are the minimum system requirements to run Photoshop? Is it possible to run Photoshop over linux?

Which oracle package is used to manage the oracle lock management services?

What is Latch Up? Explain Latch Up with cross section of a CMOS Inverter. How do you avoid Latch Up?

What is marker interface?

What types of partitioning are there for BW?



Search
Can you Answer!!
  • Q Since someone just cribbed about the way the statements are written here is the next problem in a nutshell. You are given a string as input (upto 6666 chars in length). You have to find the longest substring in the given string that appears atleast twice in the input string. Some portion in the two occurances may overlap. The entire string is given in a single line and that is the only line of input. The output of the program is the substring thats satisfies the above condition. The string is to be printed as output on a line by itself. No leading or trailing data. Example: Input: HaHaHa Output: HaHa The middle Ha overlaps. Input: abcxxxabc Output: abc
  • Q Laterite soil is found in areas of-
  • Q Can a subsequent request be accessed with one’s servlet code, if a request attribute is already sent in his JSP?
  • Q What is the difference between an application domain and a process?
  • Q What are the file extensions for an outline, rule file and a calc script.
  • Q Which dance is NOT from USA? 1) Jive 2) Mambo 3) Swing 4) Foxtrot
  • Q What are the various ajax functions ?
  • Q Who said "The internet is a good way to get on the net"
  • Q AYUSH stands for
  • Q Zee Movies is contemplating a co-branding exercise in collaboration with which major Hollywood Film studio?
  • Q Which of following VLAN frame encapsulation types are configurable on a Cisco switch? (Select two answer choices.) A. VTP B. 802.1Q C. LLC D. ISL E. CDP F. PAP