ETABS is a powerful tool for Analysis and it wins hands down over many other analysis tools in tall building structural analysis and design. The main advantages are 1) Its modelling and result interpretation...
What is a virtual function in C++? Simply put, the virtual keyword enables a function to be 'virtual' which then gives possibility for that function to be overridden (redefined) in one or more descendant...
Flat Slab:A flat slab is a slab with no drop beams. As the name sounds, think of it as a sheet of concrete, extending in all directions and supported on columns. That's it.In cases where the design loads...
Why Algorithms?Modelling the Problem: Modeling is the art of formulating our application regarding precisely described, well-understood problems. Proper modelling is the key to applying algorithmic design...
In Java , multiple inheritance is not applicable directly but we can implement the concept by using the interfaces. In c++ and Java, the common types of inheritances are: Single Multi level Hybrid Hierarchical