What is a structural principle?



What is a structural principle?..

Answer / Sandeep Kumar Bharti

In software design, a structural principle refers to organizing code into modular and reusable components. Examples include Encapsulation, Abstraction, and Composition.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

In a header file whether functions are declared or defined?

1 Answers   TISL,


How can I sort more data than will fit in memory?

1 Answers  


how to print a statement in c without use of console statement ,with the help of if statement it should print

2 Answers   Satyam,


Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

1 Answers  


what is use of loop?

10 Answers   Infosys,


write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a<b,printb.find the sum digits of that number & then print.if a==b multiply 10 with a & add 20 with b store in c and then print

1 Answers  


what is the difference between class and unio?

1 Answers   HCL, Wipro,


write a c program to check weather a particluar bit is set or not?

5 Answers   IBM,


Why static variable is used in c?

1 Answers  


What is a memory leak in structures? How can we rectify that?

2 Answers  


how to find that no is int or float?

5 Answers  


Is main() is used in the program,,see below example? void main() { int i; for(i=0;i<10;i++) main(); } Then what is the output of the program?

6 Answers  


Categories