Diff.b/w Frames and container?
Answer Posted / swe
A frame is a data-structure for representing a stereotyped situation, like being in a certain kind of living room, or going to a child's birthday party. Attached to each frame are several kinds of information. Some of this information is about how to use the frame. Some is about what one can expect to happen next. Some is about what to do if these expectations are not confirmed.
We can think of a frame as a network of nodes and relations. The "top levels" of a frame are fixed, and represent things that are always true about the supposed situation. The lower levels have many terminals–"slots" that must be filled by specific instances or data.
A Container is an object that stores other objects (its elements), and that has methods for accessing its elements. In particular, every type that is a model of Container has an associated iterator type that can be used to iterate through the Container's elements.
There is no guarantee that the elements of a Container are stored in any definite order; the order might, in fact, be different upon each iteration through the Container. Nor is there a guarantee that more than one iterator into a Container may be active at any one time. (Specific types of Containers, such as Forward Container, do provide such guarantees.)
A Container "owns" its elements: the lifetime of an element stored in a container cannot exceed that of the Container itself.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Hi All, Can any one please send me the difference between informatica 7i and 8i versions, Thanks in advance. vinod
what is log files in qtp what is use
design a counter with the following repeated binary sequence: 0, 1, 2, 3, 4, 5, 6, 7, 8 using JK Flip Flop.
I'm new to ABAP. What is Module pool in SAP?
What's the difference b/w Table & Templete in Smartform?
What is abstract Method i want the exact definition and is there any possibility to declare class as abstract without any abstract methods in that class?If it is possible then tell me why and how?
What for decision coverage and modified condition decision coverage are used? Wat is the difference between them?
what are the topics choosen for jam round for interviews
What is the entry point function of a DLL?
qtp 9.2 14 days demo version was expired.I uninstalled how to reinstall this again
how to add a new table with variables and thier values into a imported file uisng proc import?
In JCl , we have COND parameter.This holds comparison code and condition.It also has only and even parameters. ex: COND((4,GE),EVEN).what the comma mean here. is that 'and' or 'or'.
Explain three modes in which files can be accessed from python program
Find out the list of roles which gives access to GUI activities? thanks in advance
Compare any 4 software development life cycle paradigms with each other. Indicate at least one application for each of the paradigms that are suitable to developed using that paradigm.